Ardour  8.7-15-gadf511264b
xml_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class XMLTest : public CppUnit::TestFixture
5 {
12 
13 public:
18 };
Definition: xml.h:5
CPPUNIT_TEST_SUITE(XMLTest)
CPPUNIT_TEST(testPerfMediumXMLDocument)
CPPUNIT_TEST_SUITE_END()
void testXMLFilenameEncoding()
CPPUNIT_TEST(testPerfSmallXMLDocument)
void testPerfLargeXMLDocument()
void testPerfSmallXMLDocument()
void testPerfMediumXMLDocument()
CPPUNIT_TEST(testPerfLargeXMLDocument)
CPPUNIT_TEST(testXMLFilenameEncoding)