Test cases for twisted.hook module.
| Class | BaseClass | dummy class to help in testing. | 
| Class | SubClass | another dummy class | 
| Function | basePre | a pre-hook for the base class | 
| Function | basePost | a post-hook for the base class | 
| Function | subPre | a pre-hook for the subclass | 
| Function | subPost | a post-hook for the subclass | 
| Class | HookTests | test case to make sure hooks are called |