| Home | Trees | Index | Help |
|---|
|
|
object --+
|
extension.Extension --+
|
suite.Suite --+
|
ParameterSuite
|
|||
|
Inherited from |
|||
|
|||
|
__init__(self,
database,
suite,
parameter)
Construct a ParameterSuite. |
|||
|
GetSuiteIds(self)
ParameterSuites contain ParameterSuites which wrap suites contained in the wrapped suite. |
|||
|
GetTestIds(self)
ParameterSuites contain Tests obtained by applying the given parameter set to the tests contained in the wrapped suite. |
|||
|
IsImplicit(self)
Return true if this is an implicit test suite. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Construct a ParameterSuite. database -- The database this suite refers to. suite -- The original suite this suite parametrizes. parameter -- The value for the parameter to apply to the suite.
|
|
|
Return true if this is an implicit test suite. Implicit test suites cannot be edited.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:33 2007 | http://epydoc.sf.net |