Ardour  9.0-pre0-386-g96ef4d20f2
BBTTest.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class BBTTest : 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 };
void addTest()
void roundTest()
CPPUNIT_TEST(subtractTest)
CPPUNIT_TEST(createTest)
void multiplyTest()
CPPUNIT_TEST(roundTest)
CPPUNIT_TEST_SUITE_END()
void subtractTest()
CPPUNIT_TEST(convertTest)
CPPUNIT_TEST_SUITE(BBTTest)
void createTest()
CPPUNIT_TEST(multiplyTest)
void convertTest()
CPPUNIT_TEST(addTest)