NUnit.Framework.Api.ITestCaseData Members

The members of NUnit.Framework.Api.ITestCaseData are listed below.

Public Properties

[read-only]
Argumentsobject[]. Gets the argument list to be provided to the test
[read-only]
ExceptionDataXamarin.iOS.dll=NUnit.Framework.Api.ExpectedExceptionData. Gets data about any expected exception.
[read-only]
ExpectedResultobject. Gets the expected result of the test case
[read-only]
HasExpectedResultbool. Returns true if an expected result has been set
[read-only]
PropertiesXamarin.iOS.dll=NUnit.Framework.Api.IPropertyBag. Gets the property dictionary for the test case
[read-only]
RunStateXamarin.iOS.dll=NUnit.Framework.Api.RunState. Gets the RunState for this test case.
[read-only]
TestNamestring. Gets the name to be used for the test