Enum ActionTargets
The different targets a test action attribute can be applied to
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[Flags]
public enum ActionTargets
Fields
| Name | Description |
|---|---|
| Default | Default target, which is determined by where the action attribute is attached |
| Suite | Target a suite of test cases |
| Test | Target a individual test case |