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