The members of NUnit.Framework.Api.ITestCaseData are listed below.
| [read-only] | Arguments | object[]. Gets the argument list to be provided to the test |
| [read-only] | ExceptionData | Xamarin.iOS.dll=NUnit.Framework.Api.ExpectedExceptionData. Gets data about any expected exception. |
| [read-only] | ExpectedResult | object. Gets the expected result of the test case |
| [read-only] | HasExpectedResult | bool. Returns true if an expected result has been set |
| [read-only] | Properties | Xamarin.iOS.dll=NUnit.Framework.Api.IPropertyBag. Gets the property dictionary for the test case |
| [read-only] | RunState | Xamarin.iOS.dll=NUnit.Framework.Api.RunState. Gets the RunState for this test case. |
| [read-only] | TestName | string. Gets the name to be used for the test |