IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
This is the complete list of members for NUnit.Framework.StringAssert, including all inherited members.
AreEqualIgnoringCase(string expected, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
AreEqualIgnoringCase(string expected, string actual) | NUnit.Framework.StringAssert | inlinestatic |
AreNotEqualIgnoringCase(string expected, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
AreNotEqualIgnoringCase(string expected, string actual) | NUnit.Framework.StringAssert | inlinestatic |
Contains(string expected, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
Contains(string expected, string actual) | NUnit.Framework.StringAssert | inlinestatic |
DoesNotContain(string expected, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
DoesNotContain(string expected, string actual) | NUnit.Framework.StringAssert | inlinestatic |
DoesNotEndWith(string expected, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
DoesNotEndWith(string expected, string actual) | NUnit.Framework.StringAssert | inlinestatic |
DoesNotMatch(string pattern, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
DoesNotMatch(string pattern, string actual) | NUnit.Framework.StringAssert | inlinestatic |
DoesNotStartWith(string expected, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
DoesNotStartWith(string expected, string actual) | NUnit.Framework.StringAssert | inlinestatic |
EndsWith(string expected, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
EndsWith(string expected, string actual) | NUnit.Framework.StringAssert | inlinestatic |
Equals(object a, object b) | NUnit.Framework.StringAssert | inlinestatic |
IsMatch(string pattern, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
IsMatch(string pattern, string actual) | NUnit.Framework.StringAssert | inlinestatic |
ReferenceEquals(object a, object b) | NUnit.Framework.StringAssert | inlinestatic |
StartsWith(string expected, string actual, string message, params object[] args) | NUnit.Framework.StringAssert | inlinestatic |
StartsWith(string expected, string actual) | NUnit.Framework.StringAssert | inlinestatic |