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 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 ignored status of the test
Gets or sets the ignored status of the test
Gets the ignore reason.
Gets or sets the type of match to be performed on the expected message
Gets or sets the expected result.
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