Home | Trees | Indices | 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 |
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
kind =
A string giving kind of extension is implemented by the class. |
|||
test_database = None hash(x) |
|||
testrun_parameters = None hash(x) |
|||
_argument_dictionary =
A map from argument names to 'Field' instances. |
|||
_argument_list =
A list of all the 'Field's in this class. |
|||
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.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |