| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        AbstractTestBuilder
This is a base class, defining a test loader which exposes the 
  loadTests method.
Subclasses must override the labels abstract property, 
  which controls what kind of test cases are loaded by the test 
  builder.
| Nested Classes | |
| __metaclass__ Metaclass for defining Abstract Base Classes (ABCs). | |
| Instance Methods | |||
| unittest.TestSuite | 
 | ||
| unittest.TestSuite | 
 | ||
| unittest.TestSuite | 
 | ||
| unittest.TestSuite | 
 | ||
| Inherited from  | |||
| Class Variables | |
| __abstractmethods__ =  | |
| Properties | |
| labels | |
| Inherited from  | |
| Method Details | 
| 
 Load csb.test.Cases recursively from the given CSB 
   
   builder.loadTests('namespace.*')
 | 
| 
 Load csb.test.Cases from a module file. 
 | 
| 
 Load csb.test.Cases from a list of given CSB 
   
 | 
| 
 Load csb.test.Cases from the given CSB 
   
 | 
| Property Details | 
| labels
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:07 2017 | http://epydoc.sourceforge.net |