Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | suite.Suite --+ | MountedSuite
|
|||
Inherited from |
|
|||
__init__(self,
database,
suite_id,
joiner,
suite)
Construct a new 'Runnable'. |
|||
IsImplicit(self)
Return true if this is an implicit test suite. |
|||
GetTestIds(self)
Return the tests contained in this suite. |
|||
GetSuiteIds(self)
Return the suites contained in this suite. |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
Construct a new 'Runnable'. 'arguments' -- As for 'Extension.__init__'. 'args' -- As for 'Extension.__init__'.
|
Return true if this is an implicit test suite. Implicit test suites cannot be edited.
|
Return the tests contained in this suite. returns -- A sequence of labels corresponding to the tests contained in this suite. Tests that are contained in this suite only because they are contained in a suite which is itself contained in this suite are not returned.
|
Return the suites contained in this suite. returns -- A sequence of labels corresponding to the suites contained in this suite. Suites that are contained in this suite only because they are contained in a suite which is itself contained in this suite are not returned.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |