class documentation

class TestResultStub:

View In Hierarchy

Stub for TestResult.

Method __init__ Undocumented
Method addError Undocumented
Method startTest Undocumented
Method stopTest Undocumented
Instance Variable errors Undocumented
def __init__(self):

Undocumented

def addError(self, test, error):

Undocumented

def startTest(self, test):

Undocumented

def stopTest(self, test):

Undocumented

errors: list =

Undocumented