• Home
  • Raw
  • Download

Lines Matching refs:TestResultsTracker

89 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()
304 void TestResultsTracker::AddGlobalTag(const std::string& tag) { in AddGlobalTag()
308 bool TestResultsTracker::SaveSummaryAsJSON( in SaveSummaryAsJSON()
474 TestResultsTracker::TestStatusMap
475 TestResultsTracker::GetTestStatusMapForCurrentIteration() const { in GetTestStatusMapForCurrentIteration()
481 TestResultsTracker::TestStatusMap
482 TestResultsTracker::GetTestStatusMapForAllIterations() const { in GetTestStatusMapForAllIterations()
489 void TestResultsTracker::GetTestStatusForIteration( in GetTestStatusForIteration()
504 void TestResultsTracker::PrintTests(InputIterator first, in PrintTests()
527 TestResultsTracker::AggregateTestResult::AggregateTestResult() = default;
529 TestResultsTracker::AggregateTestResult::AggregateTestResult(
532 TestResultsTracker::AggregateTestResult::~AggregateTestResult() = default;
534 TestResultsTracker::PerIterationData::PerIterationData() = default;
536 TestResultsTracker::PerIterationData::PerIterationData(
539 TestResultsTracker::PerIterationData::~PerIterationData() = default;