ITestCaseData public interface ITestCaseData Documentation object[] Arguments { get; } string Description { get; } Type ExpectedException { get; } string ExpectedExceptionName { get; } bool Explicit { get; } bool HasExpectedResult { get; } bool Ignored { get; } string IgnoreReason { get; } object Result { get; } string TestName { get; }