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):

Log two errors.

def test_silent(self):

Don't log any errors.

def test_single(self):

Log a single error.

def test_singleThenFail(self):

Log a single error, then fail.