Enum ActionTargets
The different targets a test action attribute can be applied to
[Flags]
public enum ActionTargets
Fields
Default = 0
Default target, which is determined by where the action attribute is attached
Suite = 2
Target a suite of test cases
Test = 1
Target a individual test case