Esempio n. 1
0
void UnitTests::runSelectedTests (String const& match, TestList const& tests, int64 randomSeed)
{
    runTests (selectTests (match, tests), randomSeed);
}
void UnitTests::runSelectedTests (String const& match, TestList const& tests)
{
    runTests (selectTests (match, tests));
}