| Home | Trees | Index | Help |
|---|
|
|
object --+
|
extension.Extension --+
|
ExpectationDatabase
An 'ExpectationDatabase' stores result expectations.
An 'ExpectationDatabase' provides a mechanism to store and make accessible expectations for test outcomes. By default, all tests are expected to pass.
|
|||
|
Inherited from |
|||
|
|||
|
GetExpectedOutcomes(self)
Return a dict object mapping test ids to expected outcomes. |
|||
|
Lookup(self,
test_id)
Look up the expected outcome for the given test. |
|||
|
Inherited from Inherited from |
|||
|
|||
| _argument_dictionary | A map from argument names to 'Field' instances. | ||
| _argument_list | A list of all the 'Field's in this class. | ||
| kind | A string giving kind of extension is implemented by the class. | ||
| test_database | |||
| testrun_parameters | |||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Look up the expected outcome for the given test. 'test_id' -- test-id for which the outcome is queried. returns -- a Result object associated with this test_id. |
|
|||
_argument_dictionaryA map from argument names to 'Field' instances. A map from the names of arguments for this class to the corresponding 'Field'.
|
_argument_listA list of all the 'Field's in this class. This list combines the complete list of 'arguments'. 'Field's appear in the order reached by a pre-order breadth-first traversal of the hierarchy, starting from the most derived class.
|
kindA string giving kind of extension is implemented by the class. This field is used in an application-specific way; for example, QMTest has 'test' and 'target' extension classes.
|
test_database
|
testrun_parameters
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:33 2007 | http://epydoc.sf.net |