casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
testwrapper.UnitTest Class Reference
Inheritance diagram for testwrapper.UnitTest:
testwrapper.ExecTest

List of all members.

Public Member Functions

def __init__
def funcdesc
def funcSetup
def funcTeardown
def getFuncTest
def getUnitTest

Public Attributes

 testname
 workdir
 scriptdir
 datadir
 dataFiles

Detailed Description

Definition at line 40 of file testwrapper.py.


Constructor & Destructor Documentation

def testwrapper.UnitTest.__init__ (   self,
  testname = '' 
)
Take the name of a test file (without .py), wrap it and run

Definition at line 41 of file testwrapper.py.


Member Function Documentation

Name of test for FunctionTestCase

Definition at line 49 of file testwrapper.py.

References testwrapper.UnitTest.testname.

Referenced by testwrapper.UnitTest.getFuncTest().

Remove data files from working directory

Definition at line 68 of file testwrapper.py.

References testwrapper.UnitTest.dataFiles, regressframe.regressionframe.workdir, and testwrapper.UnitTest.workdir.

Referenced by testwrapper.UnitTest.getFuncTest().

def testwrapper.UnitTest.getUnitTest (   self,
  list = [] 
)

Member Data Documentation

Definition at line 46 of file testwrapper.py.

Referenced by testwrapper.UnitTest.funcSetup().

Reimplemented in testwrapper.ExecTest.

Definition at line 45 of file testwrapper.py.

Referenced by testwrapper.UnitTest.getFuncTest(), and testwrapper.UnitTest.getUnitTest().


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