| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
unittest.TestCase --+
|
_TestCase
|
|||
|
Inherited from |
|||
|
|||
|
__init__(self,
input_name,
id_name,
result_name,
success) Create an instance of the class that will use the named test method when executed. |
|||
|
setUp(self) Hook method for setting up the test fixture before exercising it. |
|||
|
tearDown(self) Hook method for deconstructing the test fixture after testing it. |
|||
| runCustomTest(self) | |||
|
shortDescription(self) Returns a one-line description of the test, or None if no description has been provided. |
|||
|
Inherited from Inherited from |
|||
|
|||
base_url = 'http://invalid.unittest/'
|
|||
|
|||
|
Inherited from |
|||
|
|||
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
|
Hook method for setting up the test fixture before exercising it.
|
Hook method for deconstructing the test fixture after testing it.
|
|
Returns a one-line description of the test, or None if no description has been provided. The default implementation of this method returns the first line of the specified test method's docstring.
|
|
|||
base_url
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:17:18 2006 | http://epydoc.sourceforge.net |