#include <TestBigDecimal.hpp>
Inheritance diagram for TestBigDecimal:
Public Member Functions | |
virtual void | setUp () |
After calling ConnectionSetup::setUp(), writes a bunch of big decimal values in a table that will be read by all tests. | |
void | testGetAsString (const std::locale &loc) |
Read big decimal values using getAsString() and given locale, then checks the read and written values are consistent. | |
void | testGetAsStringUsingCLocale () |
| |
void | testGetAsStringUsingUserLocale () |
| |
void | testGetAsStringUsingFrLocale () |
| |
void | testGetAsStringUsingUSLocale () |
| |
void | testGetAsInt () |
Read big decimal values using getAsInt() and checks that the integer read is the expected one. | |
void | testGetAsInt64 () |
Read big decimal values using getAsInt64() and checks that the long long read is the expected one. | |
void | testGetAsUInt64 () |
Read big decimal values using getAsUInt64() and checks that the unsigned long long read is the expected one. | |
void | testGetAsFloat () |
Read big decimal values using getAsFloat() and checks that the double read is the expected one. | |
void | testGetAsDouble () |
Read big decimal values using getAsDouble() and checks that the double read is the expected one. | |
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 !!!