Add group and run type to UnitTest

This commit is contained in:
Vinnie Falco
2013-07-20 07:17:40 -07:00
parent dc52a31814
commit d25fe19d87
14 changed files with 111 additions and 68 deletions

View File

@@ -535,7 +535,7 @@ void JSON::writeToStream (OutputStream& output, const var& data, const bool allO
class JSONTests : public UnitTest
{
public:
JSONTests() : UnitTest ("JSON") { }
JSONTests() : UnitTest ("JSON", "beast") { }
static String createRandomWideCharString (Random& r)
{