TestBigDecimal Class Reference

Test class for Statement class. More...

#include <TestBigDecimal.hpp>

Inheritance diagram for TestBigDecimal:

ConnectionSetup List of all members.

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 ()
 
See also:
testGetAsString(const std::locale& loc)

void testGetAsStringUsingUserLocale ()
 
See also:
testGetAsString(const std::locale& loc)

void testGetAsStringUsingFrLocale ()
 
See also:
testGetAsString(const std::locale& loc)

void testGetAsStringUsingUSLocale ()
 
See also:
testGetAsString(const std::locale& loc)

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.

Detailed Description

Test class for Statement class.

This is basically a copy of exec read and exec write commands testing A controller *MUST* run locally for test success !!!


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