Package | Module | Class | Trees | Index | Help |
---|
[frames | no frames] | [show private | hide private] |
TestCase
--+
|
ContextChainTests
Method Summary | |
---|---|
Create an instance of the class that will use the named test method when executed. (inherited from TestCase )
| |
(inherited from TestCase )
| |
(inherited from TestCase )
| |
(inherited from TestCase )
| |
Fail the test unless the expression is true. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by the '!=' operator. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by the '!=' operator. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase )
| |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. (inherited from TestCase )
| |
(inherited from TestCase )
| |
Run the test without collecting errors in a TestResult (inherited from TestCase )
| |
(inherited from TestCase )
| |
Fail immediately, with the given message. (inherited from TestCase )
| |
Fail the test if the expression is true. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase )
| |
Fail the test unless the expression is true. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by the '!=' operator. (inherited from TestCase )
| |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. (inherited from TestCase )
| |
(inherited from TestCase )
| |
(inherited from TestCase )
| |
Hook method for setting up the test fixture before exercising it. | |
Returns a one-line description of the test, or None if no description has been provided. (inherited from TestCase )
| |
Hook method for deconstructing the test fixture after testing it. | |
| |
| |
| |
| |
| |
| |
|
Method Details |
---|
setUp
|
tearDown
|
testGetContext
|
testLookupOrder
|
testLookupOrderWithChainValue
|
testPopContext
|
testPopContext2
|
testPopContext3
|
testPushContext
|
Package | Module | Class | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Mon Oct 21 19:45:06 2002 | http://epydoc.sf.net |