ardour
convert_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class ConvertTest : public CppUnit::TestFixture
5 {
9 
10 public:
11  void testUrlDecode ();
12 
13 };
CPPUNIT_TEST_SUITE(ConvertTest)
CPPUNIT_TEST(testUrlDecode)
void testUrlDecode()
Definition: convert_test.cc:9
CPPUNIT_TEST_SUITE_END()