10 lines
300 B
C#
10 lines
300 B
C#
namespace FastRngTests;
|
|
|
|
public static 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";
|
|
} |