Home
last modified time | relevance | path

Searched defs:ReporterTest (Results 1 – 5 of 5) sorted by relevance

/external/google-benchmark/test/
Doutput_test_helper.cc397 struct ReporterTest { in RunOutputTests() struct
398 std::string name; in RunOutputTests()
399 std::vector<TestCase>& output_cases; in RunOutputTests()
400 std::vector<TestCase>& error_cases; in RunOutputTests()
401 benchmark::BenchmarkReporter& reporter; in RunOutputTests()
402 std::stringstream out_stream; in RunOutputTests()
403 std::stringstream err_stream; in RunOutputTests()
405 ReporterTest(const std::string& n, std::vector<TestCase>& out_tc, in RunOutputTests() argument
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc383 struct ReporterTest { in RunOutputTests() struct
384 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
/external/cronet/third_party/google_benchmark/src/test/
Doutput_test_helper.cc396 struct ReporterTest { in RunOutputTests() struct
397 std::string name; in RunOutputTests()
398 std::vector<TestCase>& output_cases; in RunOutputTests()
399 std::vector<TestCase>& error_cases; in RunOutputTests()
400 benchmark::BenchmarkReporter& reporter; in RunOutputTests()
401 std::stringstream out_stream; in RunOutputTests()
402 std::stringstream err_stream; in RunOutputTests()
404 ReporterTest(const std::string& n, std::vector<TestCase>& out_tc, in RunOutputTests() argument
/external/testng/src/test/java/test/reports/
DReporterTest.java10 public class ReporterTest extends TestListenerAdapter { class
/external/mockito/src/test/java/org/mockito/internal/exceptions/
DReporterTest.java25 public class ReporterTest extends TestBase { class