| MySQL 5.6.14 Source Code Document
    | 


| Public Member Functions | |
| NDBT_Step (NDBT_TestCase *ptest, const char *pname, NDBT_TESTFUNC *pfunc) | |
| int | execute (NDBT_Context *) | 
| void | setContext (NDBT_Context *) | 
| NDBT_Context * | getContext () | 
| void | print () | 
| const char * | getName () | 
| int | getStepNo () | 
| void | setStepNo (int n) | 
| Ndb * | getNdb () const | 
| Protected Attributes | |
| NDBT_Context * | m_ctx | 
| const char * | name | 
| NDBT_TESTFUNC * | func | 
| NDBT_TestCase * | testcase | 
| int | step_no | 
Definition at line 127 of file NDBT_Test.hpp.