Show / Hide Table of Contents

Class TestCategory

Defines test categories.

Inheritance
System.Object
TestCategory
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String
View Source

IntegrationTest

Test category to mark a test as integration tet.

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