示例#1
0
void IgnoredTest::run(TestResult& result)
{
	result.countIgnored();
}
示例#2
0
文件: Utest.cpp 项目: adustm/cpputest
void IgnoredUtestShell::runOneTest(TestPlugin* /* plugin */, TestResult& result)
{
    result.countIgnored();
}