Category
attribute provides an additional dimension to group tests. The attribute can be applied to both a fixture or individual tests. The same test can belong to more than one category.Category
attribute exposes a parameterless protected constructor that will use the attribute name as name of the category.Category
attribute, the Property
one gives the developer to specify additional properties of the unit test. The attribute can be applied to both a fixture or individual tests.Description
attribute lets the developer apply a descriptive test to the test or the whole fixture.TestOf
attribute lets the developer specify the class that is being tested. The attribute can be applied to both a fixture or individual tests.