mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
trunk/branch integration: unit test integration
This commit is contained in:
@@ -46,12 +46,13 @@ public:
|
||||
NumberFormatterTest(const std::string& name);
|
||||
~NumberFormatterTest();
|
||||
|
||||
void testFormat();
|
||||
void testFormat0();
|
||||
void testFormatHex();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
void testFormat();
|
||||
void testFormat0();
|
||||
void testFormatHex();
|
||||
void testFormatFloat();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user