Test cases for the twisted.python.reflect 
module.
| Class | Base | A no-op class which can be used to verify the behavior of method-discovering APIs. | 
| Class | Sub | A subclass of a class with a method which can be discovered. | 
| Class | Separate | A no-op class with methods with differing prefixes. | 
| Class | AccumulateMethodsTests | Tests for accumulateMethodswhich finds methods on a class hierarchy and adds them to a dictionary. | 
| Class | PrefixedMethodsTests | Tests for prefixedMethodswhich finds methods on a class hierarchy and adds them to a dictionary. | 
| Class | PrefixedMethodNamesTests | Tests for prefixedMethodNames. | 
| Class | AddMethodNamesToDictTests | Tests for addMethodNamesToDict. | 
| Class | Summer | A class we look up as part of the LookupsTests. | 
| Class | LookupsTests | Tests for namedClass,namedModule,
andnamedAny. | 
| Class | Breakable | Undocumented | 
| Class | BrokenType | Undocumented | 
| Class | NoClassAttr | Undocumented | 
| Class | SafeReprTests | Tests for reflect.safe_reprfunction. | 
| Class | SafeStrTests | Tests for reflect.safe_strfunction. | 
| Class | FilenameToModuleTests | Test filenameToModuleNamedetection. | 
| Class | FullyQualifiedNameTests | Test for fullyQualifiedName. | 
| Class | ObjectGrepTests | No class docstring; 9/9 methods documented | 
| Class | GetClassTests | Undocumented |