Home | Trees | Indices | Help |
|
---|
|
object --+ | unittest.TestCase --+ | _TestCase
|
|||
Inherited from |
|
|||
__init__(self,
filename,
testname,
expected,
case) Create an instance of the class that will use the named test method when executed. |
|||
runTest(self) | |||
shortDescription(self) Returns a one-line description of the test, or None if no description has been provided. |
|||
Inherited from Inherited from |
|
|||
reserved_values = ['None', 'EOF']
|
|
|||
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.
|
|
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.
|
|
reserved_values
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:17:18 2006 | http://epydoc.sourceforge.net |