Interface t.t.i.ITestCase(zi.Interface):

Part of twisted.trial.itrial View Source View In Hierarchy

Known implementations: twisted.trial.unittest.TestCase
DEPRECATED in Twisted 2.5. This interface will be removed in the next release. Implementing it has no impact.
Method setUp I am run before each method is run
Method tearDown I am run after each method is run
def setUp(): (source)
I am run before each method is run
def tearDown(): (source)
I am run after each method is run
API Documentation for twisted, generated by pydoctor.