2023-07-06 08:26:12 +00:00
|
|
|
namespace FastRngTests;
|
|
|
|
|
|
|
|
public static class TestCategories
|
2020-09-24 18:20:56 +00:00
|
|
|
{
|
2023-07-06 08:26:12 +00:00
|
|
|
public const string COVER = "cover";
|
|
|
|
public const string PERFORMANCE = "performance";
|
|
|
|
public const string NORMAL = "normal";
|
2024-05-29 09:39:08 +00:00
|
|
|
public const string INT = "int";
|
2023-07-06 08:26:12 +00:00
|
|
|
public const string EXAMPLE = "example";
|
|
|
|
public const string LONG_RUNNING = "long running";
|
2020-09-24 18:20:56 +00:00
|
|
|
}
|