Ardour  9.0-pre0-386-g96ef4d20f2
TimelineTest.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class TimelineTest : public CppUnit::TestFixture
5 {
14 
15 public:
16  void createTest();
17  void addTest();
18  void subtractTest();
19  void multiplyTest();
20  void convertTest();
21  void roundTest();
22 };
CPPUNIT_TEST(createTest)
CPPUNIT_TEST(roundTest)
CPPUNIT_TEST_SUITE(TimelineTest)
CPPUNIT_TEST(subtractTest)
CPPUNIT_TEST_SUITE_END()
void addTest()
void multiplyTest()
void subtractTest()
CPPUNIT_TEST(convertTest)
void convertTest()
CPPUNIT_TEST(multiplyTest)
void createTest()
CPPUNIT_TEST(addTest)
void roundTest()