Home | Trees | Index | Help |
---|
Package twisted :: Package test :: Module test_hook |
|
Classes | |
---|---|
BaseClass |
dummy class to help in testing. |
HookTestCase |
test case to make sure hooks are called |
SubClass |
another dummy class |
Function Summary | |
---|---|
a post-hook for the base class | |
a pre-hook for the base class | |
a post-hook for the subclass | |
a pre-hook for the subclass |
Variable Summary | |
---|---|
list |
testCases
|
dict |
_clean_BaseClass
|
dict |
_clean_SubClass
|
Function Details |
---|
basePost(base, a, b)a post-hook for the base class |
basePre(base, a, b)a pre-hook for the base class |
subPost(sub, a, b)a post-hook for the subclass |
subPre(sub, a, b)a pre-hook for the subclass |
Variable Details |
---|
testCases
|
_clean_SubClass
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:57 2003 | http://epydoc.sf.net |