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