HomeSort by relevance Sort by last modified time
    Searched refs:TestResultsTracker (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/test/launcher/
test_results_tracker.cc 59 TestResultsTracker::TestResultsTracker() : iteration_(-1), out_(NULL) {
62 TestResultsTracker::~TestResultsTracker() {
106 bool TestResultsTracker::Init(const CommandLine& command_line) {
157 void TestResultsTracker::OnTestIterationStarting() {
165 void TestResultsTracker::AddTest(const std::string& test_name) {
171 void TestResultsTracker::AddDisabledTest(const std::string& test_name) {
177 void TestResultsTracker::AddTestResult(const TestResult& result) {
184 void TestResultsTracker::PrintSummaryOfCurrentIteration() const
    [all...]
test_results_tracker.h 31 class TestResultsTracker {
33 TestResultsTracker();
34 ~TestResultsTracker();
118 DISALLOW_COPY_AND_ASSIGN(TestResultsTracker);
test_launcher.h 171 TestResultsTracker results_tracker_;
test_launcher.cc 895 TestResultsTracker::TestStatusMap tests_by_status(
    [all...]

Completed in 345 milliseconds