ardour
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 };
CPPUNIT_TEST(testMisc)
void testMisc()
Definition: xpath.cc:16
CPPUNIT_TEST_SUITE(XPathTest)
CPPUNIT_TEST_SUITE_END()
Definition: xpath.h:4