MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
engine_test.EngineTestAppDriver Class Reference
Inheritance diagram for engine_test.EngineTestAppDriver:
Collaboration diagram for engine_test.EngineTestAppDriver:

Public Member Functions

def preSuite
def testName
def startSequence
def startAction
def postSuite
def endSequence
def endAction
- Public Member Functions inherited from breakdancer.Driver
def newState

Detailed Description

Definition at line 159 of file engine_test.py.

Member Function Documentation

def engine_test.EngineTestAppDriver.endAction (   self,
  action,
  state,
  errored 
)
Invoked after the action is performed.

Reimplemented from breakdancer.Driver.

Definition at line 210 of file engine_test.py.

def engine_test.EngineTestAppDriver.endSequence (   self,
  seq,
  state 
)
Invoked at the end of a sequence of tests.

Reimplemented from breakdancer.Driver.

Definition at line 200 of file engine_test.py.

def engine_test.EngineTestAppDriver.postSuite (   self,
  seq 
)
Invoked with the sequence of tests after all of them are run.

Reimplemented from breakdancer.Driver.

Definition at line 184 of file engine_test.py.

Here is the call graph for this function:

def engine_test.EngineTestAppDriver.preSuite (   self,
  seq 
)
Invoked with the sequence of tests before any are run.

Reimplemented from breakdancer.Driver.

Definition at line 161 of file engine_test.py.

def engine_test.EngineTestAppDriver.startAction (   self,
  action 
)
Invoked when before starting an action.

Reimplemented from breakdancer.Driver.

Definition at line 173 of file engine_test.py.

def engine_test.EngineTestAppDriver.startSequence (   self,
  seq 
)
Invoked with the sequence of actions in a single test
before it is performed.

Reimplemented from breakdancer.Driver.

Definition at line 168 of file engine_test.py.

Here is the call graph for this function:


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