Searched defs:ReporterTest (Results 1 – 4 of 4) sorted by relevance
383 struct ReporterTest { in RunOutputTests() struct384 const char* name; in RunOutputTests()385 std::vector<TestCase>& output_cases; in RunOutputTests()386 std::vector<TestCase>& error_cases; in RunOutputTests()387 benchmark::BenchmarkReporter& reporter; in RunOutputTests()388 std::stringstream out_stream; in RunOutputTests()389 std::stringstream err_stream; in RunOutputTests()391 ReporterTest(const char* n, std::vector<TestCase>& out_tc, in RunOutputTests() argument
383 struct ReporterTest { in RunOutputTests() struct384 const char* name; in RunOutputTests()385 std::vector<TestCase>& output_cases; in RunOutputTests()386 std::vector<TestCase>& error_cases; in RunOutputTests()387 benchmark::BenchmarkReporter& reporter; in RunOutputTests()388 std::stringstream out_stream; in RunOutputTests()389 std::stringstream err_stream; in RunOutputTests()391 ReporterTest(const char* n, std::vector<TestCase>& out_tc, in RunOutputTests() function
10 public class ReporterTest extends TestListenerAdapter { class
25 public class ReporterTest extends TestBase { class