OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestResultsTracker
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/launcher/
test_results_tracker.h
31
class
TestResultsTracker
{
33
TestResultsTracker
();
34
~
TestResultsTracker
();
118
DISALLOW_COPY_AND_ASSIGN(
TestResultsTracker
);
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
...]
Completed in 61 milliseconds