The members of NUnit.Framework.TestCaseData are listed below.
See Also: Inherited members from System.Object
| Initializes a new instance of the TestCaseData class. | ||
TestCaseData(params object[]) | Initializes a new instance of the TestCaseData class. | |
| Initializes a new instance of the TestCaseData class. | ||
| Initializes a new instance of the TestCaseData class. |
| [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] | ExpectedException | Type. Documentation for this section has not yet been entered. |
| [read-only] | ExpectedExceptionMessage | string. Documentation for this section has not yet been entered. |
| [read-only] | ExpectedExceptionName | string. Documentation for this section has not yet been entered. |
| ExpectedResult | object. Gets the expected result | |
| HasExpectedResult | bool. Returns true if the expected result has been set | |
| [read-only] | MatchType | Xamarin.iOS.dll=NUnit.Framework.MessageMatch. Documentation for this section has not yet been entered. |
| [read-only] | Properties | Xamarin.iOS.dll=NUnit.Framework.Api.IPropertyBag. Gets the property dictionary for this test |
| [read-only] | Result | object. Documentation for this section has not yet been entered. |
| RunState | Xamarin.iOS.dll=NUnit.Framework.Api.RunState. Gets the RunState for this test case. | |
| TestName | string. Gets the name to be used for the test |
Explicit()Documentation for this section has not yet been entered. | ||
Explicit(string)Documentation for this section has not yet been entered. | ||
Ignore()Documentation for this section has not yet been entered. | ||
Ignore(string)Documentation for this section has not yet been entered. | ||
Returns(object)Documentation for this section has not yet been entered. | ||
SetCategory(string)Documentation for this section has not yet been entered. | ||
SetDescription(string)Documentation for this section has not yet been entered. | ||
SetName(string)Documentation for this section has not yet been entered. | ||
SetProperty(string, double)Documentation for this section has not yet been entered. | ||
SetProperty(string, int)Documentation for this section has not yet been entered. | ||
SetProperty(string, string)Documentation for this section has not yet been entered. | ||
Throws(string)Documentation for this section has not yet been entered. | ||
Throws(Type)Documentation for this section has not yet been entered. | ||