ADTF  3.18.2
ITester

This class is the base class of all test cases. More...

Public Member Functions

virtual const tChargetClassName ()
 
virtual void setUp ()
 Will be called at start of the run() method.
 
virtual void run ()
 Will be called when the test has to be performed.
 
virtual void tearDown ()
 Will be called at end of the run() method.
 
virtual tTestGroupDocgetDoc ()
 

Detailed Description

This class is the base class of all test cases.

Definition at line 43 of file testbench.h.

Member Function Documentation

◆ getClassName()

virtual const tChar* getClassName ( )
inlinevirtual
Returns
The name of the test class

Definition at line 49 of file testbench.h.

◆ getDoc()

virtual tTestGroupDoc* getDoc ( )
inlinevirtual
Returns
The pointer to the test group document structure

Definition at line 80 of file testbench.h.