#include <TestExec.hpp>
Inheritance diagram for TestExec:
Public Member Functions | |
void | testExecuteBadRequests () |
Tests execute function with bad query of different forms (bad query, wrong table). | |
void | testExecuteWithSelect () |
Tests execute function with a select statement. | |
void | testExecuteWithUpdate () |
Tests execute function with an update statement. | |
void | testExecuteWithSelectStreamed () |
Tests execute function with a select statement and max rows set to 1. | |
Static Public Member Functions | |
static CppUnit::Test * | suite () |
Suite of tests to be run. |
This is basically a copy of exec read and exec write commands testing A controller *MUST* run locally for test success !!!