static iuBOOL PredTest3(int a, int b, int c) { IUTEST_UNUSED_VAR(a); IUTEST_UNUSED_VAR(b); IUTEST_UNUSED_VAR(c); return TRUE; }
static iuBOOL PredTest5(int a, int b, int c, int d, int e) { IUTEST_UNUSED_VAR(a); IUTEST_UNUSED_VAR(b); IUTEST_UNUSED_VAR(c); IUTEST_UNUSED_VAR(d); IUTEST_UNUSED_VAR(e); return TRUE; }
virtual void OnTestRecordProperty(const ::iutest::TestProperty& test_property) { called_OnTestRecordProperty = true; #if !defined(IUTEST_USE_GTEST) TestEventListener::OnTestRecordProperty(test_property); #else IUTEST_UNUSED_VAR(test_property); #endif }