TestCategoryBaseAttribute Constructor

Definition

Initializes a new instance of the TestCategoryBaseAttribute class. Applies the category to the test. The strings returned by TestCategories are used with the /category command to filter tests

protected:
 TestCategoryBaseAttribute();
protected TestCategoryBaseAttribute ();
Protected Sub New ()

Applies to