testSuite Class Reference

Sample suite class based on seSuiteBase. More...

Inheritance diagram for testSuite:

Inheritance graph
[legend]
Collaboration diagram for testSuite:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
 testSuite constructor.
def setup
 SETUP transition method.
def run
 RUN transition method.
def stopRun
 STOP_RUN transition method.
def pause
 PAUSE transition method.
def resume
 RESUME transition method.
def stop
 STOP transition method.
def abort
 ABORT transition method.

Detailed Description

Sample suite class based on seSuiteBase.

Definition at line 25 of file testSuite.py.


Member Function Documentation

def __init__   self,
  common
 

testSuite constructor.

Here the script can do any initialization that is required once per suite load.

Also additional parameters can be specified as arguments to the constructor in which case they should be included when calling the scriptLoad method:

self.scriptLoad("testSuite", par1, par2)

Parameters:
common ScriptEngineCommon instance

Reimplemented from seSuiteBase.

Definition at line 27 of file testSuite.py.

def abort   self  ) 
 

ABORT transition method.

Reimplemented from seSuiteBase.

Definition at line 105 of file testSuite.py.

def pause   self  ) 
 

PAUSE transition method.

Reimplemented from seSuiteBase.

Definition at line 87 of file testSuite.py.

def resume   self  ) 
 

RESUME transition method.

Reimplemented from seSuiteBase.

Definition at line 93 of file testSuite.py.

def run   self  ) 
 

RUN transition method.

Any code that is required before the suite starts can be entered here. This method is usually where the application scripts are loaded.

Returns:
Transition result

Definition at line 61 of file testSuite.py.

def setup   self  ) 
 

SETUP transition method.

Any code that is required before the suite starts can be entered here. This method is usually where the application scripts are loaded.

Returns:
Transition result

Reimplemented from seSuiteBase.

Definition at line 45 of file testSuite.py.

def stop   self  ) 
 

STOP transition method.

Definition at line 99 of file testSuite.py.

def stopRun   self  ) 
 

STOP_RUN transition method.

Reimplemented from seSuiteBase.

Definition at line 81 of file testSuite.py.


The documentation for this class was generated from the following file:
Generated on Thu Apr 27 20:53:48 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO