Ardour  9.0-pre0-582-g084a23a80d
xpath.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class XPathTest : public CppUnit::TestFixture
5 {
9 
10 public:
11 
12  void testMisc ();
13 };
Definition: xpath.h:5
CPPUNIT_TEST(testMisc)
CPPUNIT_TEST_SUITE(XPathTest)
void testMisc()
CPPUNIT_TEST_SUITE_END()