class documentation

Undocumented

Method test_double Log two errors.
Method test_silent Don't log any errors.
Method test_single Log a single error.
Method test_singleThenFail Log a single error, then fail.
def test_double(self): (source)

Log two errors.

def test_silent(self): (source)

Don't log any errors.

def test_single(self): (source)

Log a single error.

def test_singleThenFail(self): (source)

Log a single error, then fail.