#include <XaoUtilsTest.hxx>
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | cleanUp () |
void | testBoolean () |
void | testInteger () |
void | testDouble () |
void | testDimension () |
void | testType () |
void | testFormat () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (XaoUtilsTest) | |
CPPUNIT_TEST (testBoolean) | |
CPPUNIT_TEST (testInteger) | |
CPPUNIT_TEST (testDouble) | |
CPPUNIT_TEST (testDimension) | |
CPPUNIT_TEST (testType) | |
CPPUNIT_TEST (testFormat) | |
CPPUNIT_TEST_SUITE_END () | |
void XaoUtilsTest::cleanUp | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void XaoUtilsTest::setUp | ( | ) |
void XaoUtilsTest::tearDown | ( | ) |
void XaoUtilsTest::testBoolean | ( | ) |
References XAO::XaoUtils::booleanToString(), and XAO::XaoUtils::stringToBoolean().
void XaoUtilsTest::testDimension | ( | ) |
void XaoUtilsTest::testDouble | ( | ) |
References XAO::XaoUtils::doubleToString(), and XAO::XaoUtils::stringToDouble().
void XaoUtilsTest::testFormat | ( | ) |
void XaoUtilsTest::testInteger | ( | ) |
References XAO::XaoUtils::intToString(), and XAO::XaoUtils::stringToInt().
void XaoUtilsTest::testType | ( | ) |