11 lines
327 B
C#
11 lines
327 B
C#
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";
|
|
}
|
|
} |