Home | Trees | Indices | Help |
---|
|
A 'DejaGNUBase' is a base class for tests and resources.
|
|||
|
|||
|
|||
|
|
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 | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |