void NUnit.Framework.Constraints.PropertyExistsTests.SetUp |
( |
| ) |
|
|
inline |
void NUnit.Framework.Constraints.PropertyExistsTests.NullDataThrowsArgumentNullException |
( |
| ) |
|
|
inline |
object [] NUnit.Framework.Constraints.PropertyExistsTests.SuccessData = new object[] { new int[0], "hello", typeof(Array) } |
|
staticprivate |
object [] NUnit.Framework.Constraints.PropertyExistsTests.FailureData |
|
staticprivate |
Initial value:= new object[] {
new TestCaseData( 42, "<System.Int32>" ),
new TestCaseData( new List<int>(), "<System.Collections.Generic.List`1[System.Int32]>" ),
new TestCaseData( typeof(Int32), "<System.Int32>" ) }
The documentation for this class was generated from the following file: