Describes a test kind.
Namespace:
Gallio.ModelAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public interface ITestKind |
| Visual Basic (Declaration) |
|---|
Public Interface ITestKind |
Remarks
The test kind is ignored by the test runner but it allows tests to be classified so that a user interface can provide appropriate decorations and other affordances for any test kinds that it recognizes.
The test kind is associated with a test by setting the test's TestKind metadata to the id of the test kind component.
