MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
NDBT_TestCaseImpl1 (NDBT_TestSuite *psuite, const char *name, const char *comment) | |
int | addStep (NDBT_Step *) |
int | addVerifier (NDBT_Verifier *) |
int | addInitializer (NDBT_Initializer *, bool first=false) |
int | addFinalizer (NDBT_Finalizer *) |
void | addTable (const char *, bool) |
bool | tableExists (NdbDictionary::Table *) |
bool | isVerify (const NdbDictionary::Table *) |
void | reportStepResult (const NDBT_Step *, int result) |
int | runInit (NDBT_Context *ctx) |
int | runSteps (NDBT_Context *ctx) |
int | runVerifier (NDBT_Context *ctx) |
int | runFinal (NDBT_Context *ctx) |
void | print () |
void | printHTML () |
virtual int | getNoOfRunningSteps () const |
virtual int | getNoOfCompletedSteps () const |
Public Member Functions inherited from NDBT_TestCase | |
NDBT_TestCase (NDBT_TestSuite *psuite, const char *name, const char *comment) | |
virtual int | execute (NDBT_Context *) |
void | setProperty (const char *, Uint32) |
void | setProperty (const char *, const char *) |
const char * | getName () const |
virtual void | saveTestResult (const char *, int result)=0 |
virtual void | printTestResult ()=0 |
void | initBeforeTest () |
void | setDriverType (NDBT_DriverType type) |
NDBT_DriverType | getDriverType () const |
Additional Inherited Members | |
Static Public Member Functions inherited from NDBT_TestCase | |
static const char * | getStepThreadStackSizePropName () |
Public Attributes inherited from NDBT_TestCase | |
bool | m_all_tables |
bool | m_has_run |
Protected Member Functions inherited from NDBT_TestCase | |
void | startTimer (NDBT_Context *) |
void | stopTimer (NDBT_Context *) |
void | printTimer (NDBT_Context *) |
Protected Attributes inherited from NDBT_TestCase | |
BaseString | _name |
BaseString | _comment |
NDBT_TestSuite * | suite |
Properties | props |
NdbTimer | timer |
bool | isVerifyTables |
NDBT_DriverType | m_driverType |
Definition at line 284 of file NDBT_Test.hpp.
|
virtual |
Get no of steps running/completed
Implements NDBT_TestCase.
Definition at line 598 of file NDBT_Test.cpp.