Class TestArea
Defines the NEONFORGE related test areas. These currently map to
NEONFORGE related projects. Use these in [Trait(TestTrait.Category, ...)]
attributes tagging your test methods.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public static class TestArea
Fields
NeonCassandra
Identifies Neon.Cassandra tests.
Declaration
public const string NeonCassandra = "Neon.Cassandra"
Field Value
Type | Description |
---|---|
string |
NeonCli
Identifies neon-cli tests.
Declaration
public const string NeonCli = "neon-cli"
Field Value
Type | Description |
---|---|
string |
NeonCloud
Identifies Neon.Cloud tests.
Declaration
public const string NeonCloud = "Neon.Cloud"
Field Value
Type | Description |
---|---|
string |
NeonCommon
Identifies Neon.Common tests.
Declaration
public const string NeonCommon = "Neon.Common"
Field Value
Type | Description |
---|---|
string |
NeonCouchbase
Identifies Neon.Couchbase tests.
Declaration
public const string NeonCouchbase = "Neon.Couchbase"
Field Value
Type | Description |
---|---|
string |
NeonCryptography
Identifies Neon.Cryptography tests.
Declaration
public const string NeonCryptography = "Neon.Cryptography"
Field Value
Type | Description |
---|---|
string |
NeonDeployment
Identifies Neon.Deployment tests.
Declaration
public const string NeonDeployment = "Neon.Deployment"
Field Value
Type | Description |
---|---|
string |
NeonDesktop
Identifies neon-desktop tests.
Declaration
public const string NeonDesktop = "neon-desktop"
Field Value
Type | Description |
---|---|
string |
NeonGit
Identifies the Neon.Git unit tests.
Declaration
public const string NeonGit = "Neon.Git"
Field Value
Type | Description |
---|---|
string |
NeonGrpc
Identifies gRPC service related tests.
Declaration
public const string NeonGrpc = "Neon.Grpc"
Field Value
Type | Description |
---|---|
string |
NeonHyperV
Identifies Neon.HyperV unit tests.
Declaration
public const string NeonHyperV = "Neon.HyperV"
Field Value
Type | Description |
---|---|
string |
NeonJsonConverters
Identifies Neon.JsonConverters tests.
Declaration
public const string NeonJsonConverters = "Neon.JsonConverters"
Field Value
Type | Description |
---|---|
string |
NeonKube
Identifies Neon.Kube tests.
Declaration
public const string NeonKube = "Neon.Kube"
Field Value
Type | Description |
---|---|
string |
NeonModelGen
Identifies Neon.ModelGen tests.
Declaration
public const string NeonModelGen = "Neon.ModelGen"
Field Value
Type | Description |
---|---|
string |
NeonPostgres
Identifies Neon.Postgres tests.
Declaration
public const string NeonPostgres = "Neon.Postgres"
Field Value
Type | Description |
---|---|
string |
NeonService
Identifies the Neon.Service tests.
Declaration
public const string NeonService = "Neon.Service"
Field Value
Type | Description |
---|---|
string |
NeonWSL
Identifies Neon.WSL tests.
Declaration
public const string NeonWSL = "Neon.WSL"
Field Value
Type | Description |
---|---|
string |
NeonWeb
Identifies Neon.Web tests.
Declaration
public const string NeonWeb = "Neon.Web"
Field Value
Type | Description |
---|---|
string |
NeonXenServer
Identifies Neon.XenServer tests.
Declaration
public const string NeonXenServer = "Neon.XenServer"
Field Value
Type | Description |
---|---|
string |
NeonXunit
Identifies neon-xunit tests.
Declaration
public const string NeonXunit = "neon-xunit"
Field Value
Type | Description |
---|---|
string |
NeonYugaByte
Identifies Neon.YugaByte tests.
Declaration
public const string NeonYugaByte = "Neon.YugaByte"
Field Value
Type | Description |
---|---|
string |