| Home | Trees | Index | Help |
|---|
| Package twisted :: Package trial :: Module unittest :: Class TestSuite |
|
| Method Summary | |
|---|---|
__init__(self)
| |
Add a single method of a test case class to this test suite. | |
addModule(self,
module)
| |
addPackage(self,
package)
| |
addPackageRecursive(self,
package)
| |
addTestClass(self,
testClass)
| |
run(self,
output,
seed)
| |
| Class Variable Summary | |
|---|---|
str |
methodPrefix
|
str |
moduleGlob
|
int |
sortTests
|
| Method Details |
|---|
addMethod(self, method)Add a single method of a test case class to this test suite. |
| Class Variable Details |
|---|
methodPrefix
|
moduleGlob
|
sortTests
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:46:05 2003 | http://epydoc.sf.net |