matkoch / TestFx

Next Level Testing.
Apache License 2.0
34 stars 4 forks source link

Hierarchical categories #16

Open matkoch opened 7 years ago

matkoch commented 7 years ago

For better composition of categories/tags and test extensions:

[Description("Some description")]
public class BaseCategoryAttribute : Attribute, ICategory { }

[MoreGranularCategory]
[Description("Some description")]
public class MoreGranularCategoryAttribute : Attribute, ICategory { }