Go to the documentation of this file.
29 #ifndef CPPTEST_OUTPUT_H
30 #define CPPTEST_OUTPUT_H
35 # define CPPTEST_UNUSED(x)
37 # define CPPTEST_UNUSED(x) (void)x
68 CPPTEST_UNUSED(tests);
78 CPPTEST_UNUSED(tests);
89 CPPTEST_UNUSED(tests);
99 virtual void suite_end(
int tests,
const std::string& name,
102 CPPTEST_UNUSED(tests);
103 CPPTEST_UNUSED(name);
104 CPPTEST_UNUSED(time);
113 CPPTEST_UNUSED(name);
123 virtual void test_end(
const std::string& name,
bool ok,
126 CPPTEST_UNUSED(name);
128 CPPTEST_UNUSED(time);
152 #endif // #ifndef CPPTEST_OUTPUT_H
Supported by: