Module EDTestLauncher :: Class EDTestLauncher
[hide private]
[frames] | no frames]

Class EDTestLauncher

source code

                 object --+    
                          |    
EDApplication.EDApplication --+
                              |
                             EDTestLauncher

Some DocStrings ?

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
preProcess(self)
Scans the command line.
source code
 
process(self)
Executes the test case / test suite
source code
 
isFailure(self)
Returns True if the number of failures (test methods and test cases) is 0.
source code

Inherited from EDApplication.EDApplication: createApplicationWorkingDirectory, doFailureActionPlugin, doSuccessActionPlugin, execute, getApplicationName, getBaseDir, getCommandLine, getCommandLineArgument, getCommandLineArguments, getCurrentWorkingDirectory, getDataInputFilePath, getEdCommandLine, getErrorMessages, getFullApplicationWorkingDirectory, getPlugin, getPluginName, getPluginOutputData, getWarningMessages, getWorkingDir, postProcess, processCommandLineBaseDirectory, processCommandLineDebugVerboseLogFile, processCommandLineHelp, processCommandLineInputFilePath, processCommandLineOutputFilePath, processCommandLinePluginName, processCommandLineVersion, processCommandline, setFailure, setWorkingDir

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from EDApplication.EDApplication: getFactoryPlugin, loadModule, loadPlugin, synchronizeOff, synchronizeOn, usage

Class Variables [hide private]
  TEST_LABEL = '--test'
  QUIET_LABEL = '--quiet'

Inherited from EDApplication.EDApplication: CONFIGURATION_PARAM_LABEL, DATASET_BASE_DIRECTORY, DATASET_PARAM_LABEL, DEBUG_PARAM_LABEL_1, DEBUG_PARAM_LABEL_2, HELP_LABEL_1, HELP_LABEL_2, NO_LOG_LABEL, OUTPUT_PARAM_LABEL, PLUGIN_PARAM_LABEL, VERBOSE_MODE_LABEL, VERSION_PARAM_LABEL_1, VERSION_PARAM_LABEL_2

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

preProcess(self)

source code 

Scans the command line.

Overrides: EDApplication.EDApplication.preProcess

process(self)

source code 

Executes the test case / test suite

Overrides: EDApplication.EDApplication.process

isFailure(self)

source code 

Returns True if the number of failures (test methods and test cases) is 0. Returns False if the number of failures (test methods and test cases) is different than 0. Returns None if there's no test case or test suite defined.

Overrides: EDApplication.EDApplication.isFailure