예제 #1
0
void UnitTests::runSelectedTests (String const& match, TestList const& tests, int64 randomSeed)
{
    runTests (selectTests (match, tests), randomSeed);
}
예제 #2
0
void UnitTests::runSelectedTests (String const& match, TestList const& tests)
{
    runTests (selectTests (match, tests));
}