class documentation

Provide useful APIs for test cases that are about test cases.

Method assertCount Asserts that the test count is plausible
Method loadSuite Load tests from the given test case class and create a new reporter to use for running it.
Method test_setUp test the setup
Instance Variable loader Undocumented
Instance Variable reporter Undocumented
Instance Variable suite Undocumented
def assertCount(self, numTests): (source)

Asserts that the test count is plausible

def loadSuite(self, suite): (source)

Load tests from the given test case class and create a new reporter to use for running it.

def test_setUp(self): (source)

test the setup

Undocumented

reporter = (source)

Undocumented

Undocumented