testSuite2 Class Reference

Sample suite class based on seSuiteBase. More...

Inheritance diagram for testSuite2:

Inheritance graph
[legend]
Collaboration diagram for testSuite2:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
 testSuite2 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.

It is called from testSuite as a sub suite.

Definition at line 25 of file testSuite2.py.


Member Function Documentation

def __init__   self,
  common
 

testSuite2 constructor.

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

Parameters:
common ScriptEngineCommon instance

Reimplemented from seSuiteBase.

Definition at line 27 of file testSuite2.py.

def abort   self  ) 
 

ABORT transition method.

Reimplemented from seSuiteBase.

Definition at line 94 of file testSuite2.py.

def pause   self  ) 
 

PAUSE transition method.

Reimplemented from seSuiteBase.

Definition at line 76 of file testSuite2.py.

def resume   self  ) 
 

RESUME transition method.

Reimplemented from seSuiteBase.

Definition at line 82 of file testSuite2.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 53 of file testSuite2.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 37 of file testSuite2.py.

def stop   self  ) 
 

STOP transition method.

Definition at line 88 of file testSuite2.py.

def stopRun   self  ) 
 

STOP_RUN transition method.

Reimplemented from seSuiteBase.

Definition at line 70 of file testSuite2.py.


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