Home
last modified time | relevance | path

Searched refs:TestResultsTracker (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/test/launcher/
Dtest_results_tracker.cc89 TestResultsTracker::TestResultsTracker() : iteration_(-1), out_(nullptr) {} in TestResultsTracker() function in base::TestResultsTracker
91 TestResultsTracker::~TestResultsTracker() { in ~TestResultsTracker()
157 bool TestResultsTracker::Init(const CommandLine& command_line) { in Init()
208 void TestResultsTracker::OnTestIterationStarting() { in OnTestIterationStarting()
216 void TestResultsTracker::AddTest(const std::string& test_name) { in AddTest()
222 void TestResultsTracker::AddDisabledTest(const std::string& test_name) { in AddDisabledTest()
228 void TestResultsTracker::AddTestLocation(const std::string& test_name, in AddTestLocation()
234 void TestResultsTracker::AddTestResult(const TestResult& result) { in AddTestResult()
244 void TestResultsTracker::PrintSummaryOfCurrentIteration() const { in PrintSummaryOfCurrentIteration()
270 void TestResultsTracker::PrintSummaryOfAllIterations() const { in PrintSummaryOfAllIterations()
[all …]
Dtest_results_tracker.h32 class TestResultsTracker {
34 TestResultsTracker();
35 ~TestResultsTracker();
144 DISALLOW_COPY_AND_ASSIGN(TestResultsTracker);
Dtest_launcher.h248 TestResultsTracker results_tracker_;
Dtest_launcher.cc1244 TestResultsTracker::TestStatusMap tests_by_status( in OnTestIterationFinished()