| Trees | Indices | Help |
|
|---|
|
|
object --+
|
TestLoader
This class is responsible for loading tests according to various criteria and returning them wrapped in a TestSuite
|
|||
|
suiteClass A test suite is a composite test consisting of a number of TestCases. |
|||
|
|||
| integer |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
testMethodPrefix =
|
|||
|
|||
|
Inherited from |
|||
|
|||
Return a suite of all tests cases given a string specifier. The name may resolve either to a module, a test case class, a test method within a test case class, or a callable object which returns a TestCase or TestSuite instance. The method optionally resolves the names relative to a given module. |
Return a suite of all tests cases found using the given sequence of string specifiers. See 'loadTestsFromName()'. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:19 2011 | http://epydoc.sourceforge.net |