Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | Runnable
A 'Runnable' can run on a 'Target'.
'Runnable' is an abstract base class for 'Test' and 'Resource'.
|
|||
ResourceField A 'ResourceField' contains the name of a resource. |
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
EXTRA_ID =
The name of the extra keyword argument to '__init__' that specifies the name of the test or resource. |
|||
EXTRA_DATABASE =
The name of the extra keyword argument to '__init__' that specifies the database containing the test or resource. |
|||
RESOURCE_FIELD_ID =
The name of the field that contains the resources on which this test or resource depends. |
|||
arguments =
A list of the arguments to the extension class. |
|||
_argument_dictionary =
A map from argument names to 'Field' instances. |
|||
_argument_list =
A list of all the 'Field's in this class. |
|||
resources =
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Construct a new 'Runnable'. 'arguments' -- As for 'Extension.__init__'. 'args' -- As for 'Extension.__init__.
|
Return the name of this test or resource. 'context' -- The 'Context' in which this entity is running. returns -- The name of this test or resource. |
Return the 'Database' in which this test or resource is stored. returns -- The 'Database' in which this test or resource is stored. |
Return the 'Attachment's to this 'Runnable'. returns -- A sequence consisting of the 'Attachment' objects associated with this runnable. |
Return the 'Attachments' that are part of 'field'. 'field' -- The 'Field' being examined. 'value' -- The value of that 'Field' in 'self'. 'attachments' -- A sequence consisting of the attachments found so far. Additional 'Attachment's are appended to this sequence by this function. |
|
_argument_dictionaryA map from argument names to 'Field' instances. A map from the names of arguments for this class to the corresponding 'Field'.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |