#include <TestDriverResultSet.hpp>
Inheritance diagram for TestDriverResultSet:
Public Member Functions | |
void | testNullValueRetrieval () |
Sets a null value in a table and tries to read it. | |
void | testGetAsIntOnString () |
Sets a string entry to various numbers as strings and tries to read it using getAsInt function. | |
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 !!!
void TestDriverResultSet::testNullValueRetrieval | ( | ) |
Sets a null value in a table and tries to read it.
Checks that a NullValueException is thrown