TestCaseAttribute
TestCaseAttribute is used to mark parameterized test cases
and provide them with their arguments.
Gets the list of arguments to a test case
Gets a list of categories associated with this test;
Gets or sets the category associated with this test.
May be a single category or a comma-separated list.
Gets or sets the description.
Gets or sets the expected exception.
Gets or sets the name the expected exception.
Gets or sets the expected message of the expected exception
Gets or sets the expected result.
Gets or sets the explicit status of the test
Gets a flag indicating whether an expected
result has been set.
Gets or sets the ignored status of the test
Gets or sets the ignored status of the test
Gets or sets the reason for not running the test.
Set has the side effect of marking the test as ignored.
Gets or sets the type of match to be performed on the expected message
Gets or sets the reason for not running the test
Gets or sets the expected result. Use
ExpectedResult by preference.
Gets or sets the name of the test.
Construct a TestCaseAttribute with a list of arguments.
This constructor is not CLS-Compliant
Construct a TestCaseAttribute with a single argument
Construct a TestCaseAttribute with a two arguments
Construct a TestCaseAttribute with a three arguments