NUnit.Framework.TestCaseAttribute Members

The members of NUnit.Framework.TestCaseAttribute are listed below.

See Also: Inherited members from NUnit.Framework.DataAttribute

Public Constructors

Construct a TestCaseAttribute with a single argument
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

Public Properties

[read-only]
Argumentsobject[]. Gets the list of arguments to a test case
[read-only]
CategoriesIList. Gets a list of categories for this fixture
Categorystring. Gets and sets the category for this fixture. May be a comma-separated list of categories.
Descriptionstring. Gets or sets the description.
[read-only]
ExceptionDataXamarin.iOS.dll=NUnit.Framework.Api.ExpectedExceptionData. Gets data about any expected exception for this test case.
ExpectedExceptionType. Gets or sets the expected exception.
ExpectedExceptionNamestring. Gets or sets the name the expected exception.
ExpectedMessagestring. Gets or sets the expected message of the expected exception
ExpectedResultobject. Gets or sets the expected result.
Explicitbool. Gets or sets a value indicating whether this NUnit.Framework.TestCaseAttribute is explicit.
[read-only]
HasExpectedResultbool. Returns true if the expected result has been set
Ignorebool. Gets or sets the ignored status of the test
IgnoreReasonstring. Gets or sets the ignore reason. When set to a non-null non-empty value, the test is marked as ignored.
MatchTypeXamarin.iOS.dll=NUnit.Framework.MessageMatch. Gets or sets the type of match to be performed on the expected message
[read-only]
PropertiesXamarin.iOS.dll=NUnit.Framework.Api.IPropertyBag. NYI
Reasonstring. Gets or sets the reason for not running the test.
Resultobject. Documentation for this section has not yet been entered.
[read-only]
RunStateXamarin.iOS.dll=NUnit.Framework.Api.RunState. Gets the RunState of this test case.
TestNamestring. Gets or sets the name of the test.

Public Methods