|
static object[] | SuccessData = new object[] { "Hello", "HellO there", "I said HELLO", "say hello to fred" } |
|
static object[] | FailureData |
|
void NUnit.Framework.Constraints.SubstringConstraintTestsIgnoringCase.SetUp |
( |
| ) |
|
|
inline |
object [] NUnit.Framework.Constraints.SubstringConstraintTestsIgnoringCase.SuccessData = new object[] { "Hello", "HellO there", "I said HELLO", "say hello to fred" } |
|
staticprivate |
object [] NUnit.Framework.Constraints.SubstringConstraintTestsIgnoringCase.FailureData |
|
staticprivate |
Initial value:= new object[] {
new TestCaseData( "goodbye", "\"goodbye\"" ),
new TestCaseData( "What the hell?", "\"What the hell?\"" ),
new TestCaseData( string.Empty, "<string.Empty>" ),
new TestCaseData( null, "null" ) }
The documentation for this class was generated from the following file: