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 56 TestResultsTracker::TestResultsTracker() : iteration_(-1), out_(NULL) {
59 TestResultsTracker::~TestResultsTracker() {
103 bool TestResultsTracker::Init(const CommandLine& command_line) {
154 void TestResultsTracker::OnTestIterationStarting() {
162 void TestResultsTracker::AddTest(const std::string& test_name) {
168 void TestResultsTracker::AddDisabledTest(const std::string& test_name) {
174 void TestResultsTracker::AddTestResult(const TestResult& result) {
181 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 186 TestResultsTracker results_tracker_;
test_launcher.cc     [all...]

Completed in 107 milliseconds