#include <TestExecReadRequest.hpp>
Inheritance diagram for TestExecReadRequest:
Public Member Functions | |
void | testReadBadRequest () |
Tries to send a dummy read request to the controller and checks that the error is consistent. | |
void | testReadBadTable () |
Tries to do a good read request on a dummy table and checks that the error is consistent. | |
void | testReadGood () |
Sends a valid select request to the controller and checks that there is no error. | |
void | testReadWithMaxRows () |
Tests a read with max rows to 1 and checks that the second call to next() returns false. | |
Static Public Member Functions | |
static CppUnit::Test * | suite () |
Suite of tests to be run. |
Tries to run a dummy request, then a request on a dummy table, then a correct request and displays the 50 first rows. A controller *MUST* run locally for test success !!!
void TestExecReadRequest::testReadGood | ( | ) |
Sends a valid select request to the controller and checks that there is no error.
Also displays a part of the result for manual check.