Describing your tests
Category
[Test]
[Category("FirstCategory")]
[Category("SecondCategory")]
public void This_is_a_test() { }public class ThirdCategoryAttribute : CategoryAttribute { }
public class FourthCategoryAttribute : CategoryAttribute
{
public FourthCategoryAttribute() : base("CustomNameForMyFourthCategory") { }
}Property
Description
TestOf
Last updated