Home | Trees | Index | Help |
---|
Package twisted :: Package trial :: Module unittest :: Class Tester |
|
Method Summary | |
---|---|
__init__(self,
testClass,
testCase,
method,
runner)
| |
I clean up after the test is run. | |
I return a tuple containing the first result obtained from the test. | |
I run a single test. | |
setUp_and_test(self)
| |
tearDown(self)
|
Method Details |
---|
cleanUp(self)I clean up after the test is run. This includes making sure there are no pending calls lying around, garbage collecting and flushing errors. This is all to ensure that any errors caused by this tests are caught by this test. |
getResult(self)I return a tuple containing the first result obtained from the test. If the test was successful, this is also the only result. |
run(self)I run a single test. I go through the process of setUp, test, tearDown and clean up for a single test method. I store my results in the class and return self.getResult().
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:16:56 2003 | http://epydoc.sf.net |