mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
synced with main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// XMLWriterTest.h
|
||||
//
|
||||
// $Id: //poco/Main/XML/testsuite/src/XMLWriterTest.h#9 $
|
||||
// $Id: //poco/svn/XML/testsuite/src/XMLWriterTest.h#2 $
|
||||
//
|
||||
// Definition of the XMLWriterTest class.
|
||||
//
|
||||
@@ -57,10 +57,13 @@ public:
|
||||
void testDTDEntity();
|
||||
void testAttributes();
|
||||
void testData();
|
||||
void testEmptyData();
|
||||
void testDataPretty();
|
||||
void testEmptyDataPretty();
|
||||
void testComment();
|
||||
void testPI();
|
||||
void testCharacters();
|
||||
void testEmptyCharacters();
|
||||
void testCDATA();
|
||||
void testRawCharacters();
|
||||
void testDefaultNamespace();
|
||||
@@ -73,6 +76,7 @@ public:
|
||||
void testWellformedNested();
|
||||
void testWellformedNamespace();
|
||||
void testAttributeNamespaces();
|
||||
void testEmpty();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
Reference in New Issue
Block a user