Exemple #1
0
void IgnoredTest::run(TestResult& result)
{
	result.countIgnored();
}
Exemple #2
0
void IgnoredUtestShell::runOneTest(TestPlugin* /* plugin */, TestResult& result)
{
    result.countIgnored();
}