Searched refs:TestResultsTracker (Results 1 – 4 of 4) sorted by relevance
89 TestResultsTracker::TestResultsTracker() : iteration_(-1), out_(nullptr) {} in TestResultsTracker() function in base::TestResultsTracker91 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 …]
32 class TestResultsTracker {34 TestResultsTracker();35 ~TestResultsTracker();144 DISALLOW_COPY_AND_ASSIGN(TestResultsTracker);
248 TestResultsTracker results_tracker_;
1244 TestResultsTracker::TestStatusMap tests_by_status( in OnTestIterationFinished()