Defined test categories
This commit is contained in:
parent
2cba0220b1
commit
bc8d4ffe45
11
FastRngTests/TestCategories.cs
Normal file
11
FastRngTests/TestCategories.cs
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
namespace FastRngTests
|
||||||
|
{
|
||||||
|
public class TestCategories
|
||||||
|
{
|
||||||
|
public const string COVER = "cover";
|
||||||
|
public const string PERFORMANCE = "performance";
|
||||||
|
public const string NORMAL = "normal";
|
||||||
|
public const string EXAMPLE = "example";
|
||||||
|
public const string LONG_RUNNING = "long running";
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user