void NUnit.Framework.Constraints.PropertyTest.SetUp |
( |
| ) |
|
|
inline |
void NUnit.Framework.Constraints.PropertyTest.NullDataThrowsArgumentNullException |
( |
| ) |
|
|
inline |
void NUnit.Framework.Constraints.PropertyTest.InvalidDataThrowsArgumentException |
( |
| ) |
|
|
inline |
void NUnit.Framework.Constraints.PropertyTest.PropertyEqualToValueWithTolerance |
( |
| ) |
|
|
inline |
object [] NUnit.Framework.Constraints.PropertyTest.SuccessData = new object[] { new int[5], "hello" } |
|
staticprivate |
object [] NUnit.Framework.Constraints.PropertyTest.FailureData |
|
staticprivate |
Initial value:= new object[] {
new TestCaseData( new int[3], "3" ),
new TestCaseData( "goodbye", "7" ) }
The documentation for this class was generated from the following file: