| |
- Method resolution order:
- GTestProgressReporter
- telemetry.testing.progress_reporter.ProgressReporter
- __builtin__.object
Methods defined here:
- Error(self, test, err)
- Failure(self, test, err)
- Skip(self, test, reason)
- StartTest(self, test)
- StartTestSuite(self, suite)
- StopTestRun(self, result)
- StopTestSuite(self, suite)
- Success(self, test)
- __init__(self, output_stream)
Methods inherited from telemetry.testing.progress_reporter.ProgressReporter:
- StartTestRun(self)
- StopTest(self, test)
Data descriptors inherited from telemetry.testing.progress_reporter.ProgressReporter:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|