Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | suite.Suite --+ | WrapperSuite
|
|||
Inherited from |
|
|||
__init__(self,
db,
suite,
suite_ids=None)
Take over suite_ids from the wrapped database but replace test_ids by suite_ids if there are parameters available for them. |
|||
GetSuiteIds(self)
Return the suites contained in this suite. |
|||
GetTestIds(self)
Return the tests contained in this suite. |
|||
IsImplicit(self)
Return true if this is an implicit test suite. |
|||
GetAllTestAndSuiteIds(self)
Return the tests/suites contained in this suite and its subsuites. |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|
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.
|
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 true if this is an implicit test suite. Implicit test suites cannot be edited.
|
Return the tests/suites contained in this suite and its subsuites. returns -- A pair '(test_ids, suite_ids)'. The 'test_ids' and 'suite_ids' elements are both sequences of labels. The values returned include all tests and suites that are contained in this suite and its subsuites, recursively.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:33 2007 | http://epydoc.sf.net |