telemetry.testing.gtest_progress_reporter
index
telemetry/testing/gtest_progress_reporter.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.internal.util.exception_formatter
logging
telemetry.testing.progress_reporter
time
unittest

 
Classes
       
telemetry.testing.progress_reporter.ProgressReporter(__builtin__.object)
GTestProgressReporter

 
class GTestProgressReporter(telemetry.testing.progress_reporter.ProgressReporter)
    
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)