Package twisted :: Package test :: Module test_hook
[show private | hide private]
[frames | no frames]

Module twisted.test.test_hook

Test cases for twisted.hook module.
Classes
BaseClass dummy class to help in testing.
HookTestCase test case to make sure hooks are called
SubClass another dummy class

Function Summary
  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 Summary
list testCases

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

Type:
list
Value:
[<class twisted.test.test_hook.HookTestCase at 0x109ea460>]            

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:12 2003 http://epydoc.sf.net