Searched defs:ReporterTest (Results 1 – 4 of 4) sorted by relevance
192 struct ReporterTest { in RunOutputTests() struct193 const char* name; in RunOutputTests()194 std::vector<TestCase>& output_cases; in RunOutputTests()195 std::vector<TestCase>& error_cases; in RunOutputTests()196 benchmark::BenchmarkReporter& reporter; in RunOutputTests()197 std::stringstream out_stream; in RunOutputTests()198 std::stringstream err_stream; in RunOutputTests()200 ReporterTest(const char* n, std::vector<TestCase>& out_tc, in RunOutputTests() function
374 struct ReporterTest { in RunOutputTests() struct375 const char* name; in RunOutputTests()376 std::vector<TestCase>& output_cases; in RunOutputTests()377 std::vector<TestCase>& error_cases; in RunOutputTests()378 benchmark::BenchmarkReporter& reporter; in RunOutputTests()379 std::stringstream out_stream; in RunOutputTests()380 std::stringstream err_stream; in RunOutputTests()382 ReporterTest(const char* n, std::vector<TestCase>& out_tc, in RunOutputTests() argument
10 public class ReporterTest extends TestListenerAdapter { class
25 public class ReporterTest extends TestBase { class