Class TestCategory
Defines test categories.
Namespace: Sartorius.SAF.QualityTools.Testing
Assembly: Sartorius.SAF.QualityTools.dll
Syntax
public static class TestCategory
Fields
View SourceExcludeFromBuild
Test category to exclude a test from builds.
Declaration
public const string ExcludeFromBuild = "ExcludeFromBuild"
Field Value
| Type | Description |
|---|---|
| string |
IntegrationTest
Test category to mark a test as integration tet.
Declaration
public const string IntegrationTest = "IntegrationTest"
Field Value
| Type | Description |
|---|---|
| string |