Class TestCollection
Enumerates the NEONSDK related xUnit test collections.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public static class TestCollection
Fields
NonParallel
Identifies the test collection where tests are never executed in parallel.
Declaration
public const string NonParallel = "Non-parallel"
Field Value
Type | Description |
---|---|
string |