Ardour  8.7-15-gadf511264b
xml.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 {
10 
11 public:
12  void get ();
13  void set ();
14 
15 private:
16  void check (std::string const &);
17 };
Definition: xml.h:5
CPPUNIT_TEST_SUITE(XMLTest)
void set()
void check(std::string const &)
CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST(set)
CPPUNIT_TEST(get)
void get()