Home | Trees | Index | Help |
---|
|
|
|||
_RecordCommand(self,
result,
command)
Record the execution of 'command'. |
|||
_RecordCommandOutput(self,
result,
index,
status,
output)
Record the result of running a command. |
|||
_SetUp(self,
context)
Prepare to run a test. |
|
Record the execution of 'command'. 'result' -- The 'Result' for the test. 'command' -- A sequence of strings, giving the arguments to a command that is about to be executed. returns -- An integer giving the the index for this command. This value should be provided to '_RecordCommandOutput' after the command's output is known. |
Record the result of running a command. 'result' -- The 'Result' for the test. 'index' -- An integer, return from a previous call to '_RecordCommand'. 'status' -- The exit status from the command. 'output' -- A string containing the output, if any, from the command. |
Prepare to run a test. 'context' -- The 'Context' in which this test will run. This method may be overridden by derived classes, but they must call this version. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |