Ardour  9.0-pre0-582-g084a23a80d
NoteTest.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class NoteTest : public CppUnit::TestFixture
5 {
10 
11 public:
12  void copyTest ();
13  void idTest ();
14 };
15 
16 
CPPUNIT_TEST_SUITE(NoteTest)
void copyTest()
CPPUNIT_TEST(copyTest)
void idTest()
CPPUNIT_TEST(idTest)
CPPUNIT_TEST_SUITE_END()