TestCaseAttribute
public class TestCaseAttribute : TestCaseBuilderAttribute, ITestBuilder, ITestCaseData, IImplyFixture
TestCaseAttribute is used to mark parameterized test cases
and provide them with their arguments.
Gets the list of arguments to a test case
The author of this test
Gets and sets the category for this fixture.
May be a comma-separated list of categories.
Gets or sets the description.
Gets or sets the expected result.
Gets or sets a value indicating whether this TestCaseAttribute is explicit.
Returns true if the expected result has been set
Gets or sets the ignored status of the test
Gets or sets the ignore reason. When set to a non-null
non-empty value, the test is marked as ignored.
NYI
Gets or sets the reason for not running the test.
Gets or sets the RunState of this test case.
Gets or sets the name of the test.
The type that this test is testing
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
Construct one or more TestMethods from a given MethodInfo,
using available parameter data.