FastRng/FastRngTests/TestCategories.cs

10 lines
300 B
C#
Raw Normal View History

namespace FastRngTests;
public static class TestCategories
2020-09-24 18:20:56 +00:00
{
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";
2020-09-24 18:20:56 +00:00
}