void NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.SetUp |
( |
| ) |
|
|
inline |
object [] NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.SuccessData |
|
staticprivate |
object [] NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.FailureData |
|
staticprivate |
Initial value:= new object[]
{
new TestCaseData(
new TestDelegate( TestDelegates.ThrowsNullReferenceException ),
"<System.NullReferenceException: my message" +
Env.NewLine ),
new TestCaseData(
new TestDelegate( TestDelegates.ThrowsNothing ),
"no exception thrown" ),
new TestCaseData(
new TestDelegate( TestDelegates.ThrowsSystemException ),
"<System.Exception: my message" +
Env.NewLine )
}
The documentation for this class was generated from the following file: