TestExecReadRequest Class Reference

Test class for ExecReadRequest command. More...

#include <TestExecReadRequest.hpp>

Inheritance diagram for TestExecReadRequest:

ConnectionSetup List of all members.

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.

Detailed Description

Test class for ExecReadRequest command.

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 !!!


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Tue Oct 24 09:05:37 2006 for Carob by  doxygen 1.5.0