|
void | doProgram (const std::string &prog, TaskContext *, bool test=true) |
|
void | finishProgram (TaskContext *, std::string) |
|
void | loopProgram (ProgramInterfacePtr) |
|
| ProgramTest () |
|
| ~ProgramTest () |
|
bool | assertBool (bool b) |
|
bool | assertEqual (int a, int b) |
|
bool | assertMsg (bool b, const std::string &msg) |
|
bool | comstr (const std::string &cs) |
|
void | createOperationCallerFactories (TaskContext *target) |
|
void | createOperationCallerFactories0 (TaskContext *target) |
|
void | createOperationCallerFactories1 (TaskContext *target) |
|
void | createOperationCallerFactories2 (TaskContext *target) |
|
void | createOperationCallerFactories3 (TaskContext *target) |
|
void | createOperationCallerFactories4 (TaskContext *target) |
|
void | createOperationCallerFactories5 (TaskContext *target) |
|
void | createOperationCallerFactories6 (TaskContext *target) |
|
void | createOperationCallerFactories7 (TaskContext *target) |
|
bool | fail () |
|
int | getI () const |
|
bool | good () |
|
int | increase () |
|
bool | isTrue (bool b) |
|
double | m0 (void) |
|
const double & | m0cr () |
|
void | m0except (void) |
|
double & | m0r () |
|
double | m1 (int i) |
|
double | m1cr (const double &a) |
|
double | m1r (double &a) |
|
double | m2 (int i, double d) |
|
double | m3 (int i, double d, bool c) |
|
double | m4 (int i, double d, bool c, std::string s) |
|
double | m5 (int i, double d, bool c, std::string s, float f) |
|
double | m6 (int i, double d, bool c, std::string s, float f, char h) |
|
double | m7 (int i, double d, bool c, std::string s, float f, char h, unsigned int st) |
|
| OperationsFixture () |
|
void | print (const std::string &what) |
|
void | printNumber (const std::string &what, int n) |
|
void | resetI () |
|
void * | returnAddressOf (int &i) |
|
const void * | returnAddressOfConst (const int &i) |
|
int | sleepAndIncrement (int seconds) |
|
void | vm0 (void) |
|
| ~OperationsFixture () |
|
Definition at line 43 of file program_test.cpp.