Ardour  9.7-54-g8536645907
natsort_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class NatSortTest : public CppUnit::TestFixture
5 {
10 
11 public:
12  NatSortTest () { }
13  void testBasic ();
15 
16 private:
17 };
CPPUNIT_TEST(testBasic)
CPPUNIT_TEST(testStringLiteral)
void testBasic()
void testStringLiteral()
CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST_SUITE(NatSortTest)