Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | runnable.Runnable --+ | test.Test --+ | BaseExceptionTest
|
|||
Inherited from Inherited from Inherited from |
|
|||
Run(self,
context,
result)
Run the test. |
|||
CheckArgument(self,
exc_info,
result)
Check that the exception argument matches expectations. |
|||
MakeResult(self,
exc_info,
result)
Check the exception in 'exc_info' and construct the result. |
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
arguments | |||
_argument_dictionary | |||
_argument_list | |||
exception_argument | |||
source | |||
Inherited from Inherited from Inherited from Inherited from |
|
Run the test. 'context' -- A 'Context' giving run-time parameters to the test. 'result' -- A 'Result' object. The outcome will be 'Result.PASS' when this method is called. The 'result' may be modified by this method to indicate outcomes other than 'Result.PASS' or to add annotations. This method should not return a value. Derived classes must override this method.
|
Check that the exception argument matches expectations. 'result' -- The result object for this test. |
Check the exception in 'exc_info' and construct the result. 'result' -- The result object for this test. |
|
arguments
|
_argument_dictionary
|
_argument_list
|
exception_argument
|
source
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |