TestCaseAttribute public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture Documentation Code public object[] Arguments { get; } public string Author { get; set; } public string Category { get; set; } public string Description { get; set; } public string ExcludePlatform { get; set; } public object ExpectedResult { get; set; } public bool Explicit { get; set; } public bool HasExpectedResult { get; } public string Ignore { get; set; } public string IgnoreReason { get; set; } public string IncludePlatform { get; set; } public IPropertyBag Properties { get; } public string Reason { get; set; } public RunState RunState { get; } public string TestName { get; set; } public Type TestOf { get; set; } public TestCaseAttribute(object[] arguments) public TestCaseAttribute(object arg) public TestCaseAttribute(object arg1, object arg2) public TestCaseAttribute(object arg1, object arg2, object arg3) public IEnumerable<TestMethod> BuildFrom(IMethodInfo method, Test suite)