| Trees | Indices | Help | 
 | 
|---|
|  | 
zope.interface.Interface --+
                           |
                          ITestResult
I describe the results of a single unit test.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Class Variables | |
| __bases__ =  | |
| __identifier__ =  | |
| __iro__ =  | |
| __name__ =  | |
| __sro__ =  | |
| dependents = <WeakKeyDictionary at 41513328> | |
| Method Details | 
| 
 Returns a tuple of strings which make up the test name. Tests may be arranged in a hierarchy, so looking for common prefixes may be useful. | 
| 
 Returns a list of short strings which describe the results of the test in slightly more detail. Suggested components include 'failure', 'error', 'passed', 'timeout'. | 
| 
 Returns a dictionary of test logs. The keys are strings like 'stdout', 'log', 'exceptions'. The values are strings. | 
| Class Variable Details | 
| __iro__
 | 
| __sro__
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:41 2010 | http://epydoc.sourceforge.net |