class documentation

class StubErrorReporter: (source)

View In Hierarchy

A subset of twisted.trial.itrial.IReporter which records addError calls.

Method __init__ Undocumented
Method addError Record parameters in self.errors.
Instance Variable errors List of two-tuples of (test, error) which were passed to addError.
def __init__(self): (source)

Undocumented

def addError(self, test, error): (source)

Record parameters in self.errors.

List of two-tuples of (test, error) which were passed to addError.