Lines Matching full:test_report
29 class Test_report;
47 run(const char* name, bool (*pfn)(Test_report*));
49 // Get the current Test_report. This is used by the test support
51 static Test_report*
56 friend class Test_report;
66 // Current Test_report. This is a static variable valid while a
68 static Test_report* current_report;
82 class Test_report
85 Test_report(Test_framework* tf)
108 Register_test(const char* name, bool (*pfn)(Test_report*));
122 bool (*pfn_)(Test_report*);