Show / Hide Table of Contents

Class TestCategory

Defines test categories.

Inheritance
object
TestCategory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.QualityTools.Testing
Assembly: Sartorius.SAF.QualityTools.dll
Syntax
public static class TestCategory

Fields

View Source

ExcludeFromBuild

Test category to exclude a test from builds.

Declaration
public const string ExcludeFromBuild = "ExcludeFromBuild"
Field Value
Type Description
string
View Source

IntegrationTest

Test category to mark a test as integration tet.

Declaration
public const string IntegrationTest = "IntegrationTest"
Field Value
Type Description
string
  • View Source
Back to top Generated by DocFX