예제 #1
0
void IgnoredTest::run(TestResult& result)
{
	result.countIgnored();
}
예제 #2
0
파일: Utest.cpp 프로젝트: adustm/cpputest
void IgnoredUtestShell::runOneTest(TestPlugin* /* plugin */, TestResult& result)
{
    result.countIgnored();
}