rad  3.0.0
Public Member Functions | Public Attributes | List of all members
etr.command.TestCommand Class Reference

Implements the Command.TEST command. More...

Public Member Functions

def __init__ (self, ctx)
 
def execute (self)
 Execution of the test command which executes the configured steps. More...
 

Public Attributes

 cfg_ctx
 

Detailed Description

Implements the Command.TEST command.

Constructor & Destructor Documentation

◆ __init__()

def etr.command.TestCommand.__init__ (   self,
  ctx 
)

Member Function Documentation

◆ execute()

def etr.command.TestCommand.execute (   self)

Execution of the test command which executes the configured steps.

   The execution sequence is as follows assuming the plugins A and B  have been loaded
   in order:

   - Setup
       - A.setup
       - B.setup

   - Run
       - A.run
       - B.run

   - Teardown (Teardown is executed in reverse order to unwind the setup)
       - B.teardown
       - A.teardown

   If a plugin throws an exception, the sequence is aborted with the exception for teardown
   which is executed unless configured otherwise.

Member Data Documentation

◆ cfg_ctx

etr.command.TestCommand.cfg_ctx

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