Searched defs:TestStatusMap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.h69 typedef std::map<TestResult::Status, std::set<std::string> > TestStatusMap; typedef in class:base::TestResultsTracker
72 TestStatusMap GetTestStatusMapForCurrentIteration() const;
75 TestStatusMap GetTestStatusMapForAllIterations() const;
78 void GetTestStatusForIteration(int iteration, TestStatusMap* map) const;

Completed in 407 milliseconds