Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | suite.Suite --+ | ParameterDatabase.WrapperSuite
As tests from the wrapped Database are mapped to suites, suites from the wrapped Database have to be recreated with all tests replaced by ImplicitSuite instances. Additionally, new (explicit) suites may be added.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Take over suite_ids from the wrapped database but replace test_ids by suite_ids if there are parameters available for them.
|
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 | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |