ZBar Bar Code Reader Library  version 0.10
barcodetest.TestLoader Class Reference

Public Member Functions

def __init__ (self)
 
def loadTestsFromModule (self, module)
 
def loadTestsFromName (self, name=None, module=None)
 
def loadTestsFromNames (self, names, module=None)
 
def loadTestsFromURL (self, url=None, file=None)
 
def unsupported (self, args, kwargs)
 

Public Attributes

 cwd
 

Static Public Attributes

 getTestCaseNames
 
 loadTestsFromTestCase
 
 suiteClass
 

Constructor & Destructor Documentation

def barcodetest.TestLoader.__init__ (   self)

Member Function Documentation

def barcodetest.TestLoader.loadTestsFromModule (   self,
  module 
)
def barcodetest.TestLoader.loadTestsFromName (   self,
  name = None,
  module = None 
)

References barcodetest.TestLoader.loadTestsFromURL().

Referenced by barcodetest.TestLoader.loadTestsFromNames().

Here is the call graph for this function:

Here is the caller graph for this function:

def barcodetest.TestLoader.loadTestsFromNames (   self,
  names,
  module = None 
)

References barcodetest.TestLoader.loadTestsFromName(), and barcodetest.TestLoader.suiteClass.

Here is the call graph for this function:

def barcodetest.TestLoader.loadTestsFromURL (   self,
  url = None,
  file = None 
)

References barcodetest.TestLoader.cwd, barcodetest.TestLoader.loadTestsFromURL(), and barcodetest.TestLoader.suiteClass.

Referenced by barcodetest.TestLoader.loadTestsFromName(), and barcodetest.TestLoader.loadTestsFromURL().

Here is the call graph for this function:

Here is the caller graph for this function:

def barcodetest.TestLoader.unsupported (   self,
  args,
  kwargs 
)

Member Data Documentation

barcodetest.TestLoader.cwd
barcodetest.TestLoader.getTestCaseNames
static
barcodetest.TestLoader.loadTestsFromTestCase
static

The documentation for this class was generated from the following file: