The members of NUnit.Framework.TestCaseAttribute are listed below.
See Also: Inherited members from NUnit.Framework.DataAttribute
| Construct a TestCaseAttribute with a single argument | ||
TestCaseAttribute(params object[]) | Construct a TestCaseAttribute with a list of arguments. This constructor is not CLS-Compliant | |
| Construct a TestCaseAttribute with a two arguments | ||
| Construct a TestCaseAttribute with a three arguments |
| [read-only] | Arguments | object[]. Gets the list of arguments to a test case |
| [read-only] | Categories | IList. Gets a list of categories for this fixture |
| Category | string. Gets and sets the category for this fixture. May be a comma-separated list of categories. | |
| Description | string. Gets or sets the description. | |
| [read-only] | ExceptionData | Xamarin.iOS.dll=NUnit.Framework.Api.ExpectedExceptionData. Gets data about any expected exception for this test case. |
| ExpectedException | Type. Gets or sets the expected exception. | |
| ExpectedExceptionName | string. Gets or sets the name the expected exception. | |
| ExpectedMessage | string. Gets or sets the expected message of the expected exception | |
| ExpectedResult | object. Gets or sets the expected result. | |
| Explicit | bool. Gets or sets a value indicating whether this NUnit.Framework.TestCaseAttribute is explicit. | |
| [read-only] | HasExpectedResult | bool. Returns true if the expected result has been set |
| Ignore | bool. Gets or sets the ignored status of the test | |
| IgnoreReason | string. Gets or sets the ignore reason. When set to a non-null non-empty value, the test is marked as ignored. | |
| MatchType | Xamarin.iOS.dll=NUnit.Framework.MessageMatch. Gets or sets the type of match to be performed on the expected message | |
| [read-only] | Properties | Xamarin.iOS.dll=NUnit.Framework.Api.IPropertyBag. NYI |
| Reason | string. Gets or sets the reason for not running the test. | |
| Result | object. Documentation for this section has not yet been entered. | |
| [read-only] | RunState | Xamarin.iOS.dll=NUnit.Framework.Api.RunState. Gets the RunState of this test case. |
| TestName | string. Gets or sets the name of the test. |
GetTestCasesFor(System.Reflection.MethodInfo)Documentation for this section has not yet been entered. | ||