TestFixtureAttribute public class TestFixtureAttribute : Attribute Documentation public object[] Arguments { get; } public IList Categories { get; } public string Category { get; set; } public string Description { get; set; } public bool Ignore { get; set; } public string IgnoreReason { get; set; } public Type[] TypeArgs { get; set; } public TestFixtureAttribute() public TestFixtureAttribute(object[] arguments)