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
{
6
CPPUNIT_TEST_SUITE
(
NoteTest
);
7
CPPUNIT_TEST
(
copyTest
);
8
CPPUNIT_TEST
(
idTest
);
9
CPPUNIT_TEST_SUITE_END
();
10
11
public
:
12
void
copyTest
();
13
void
idTest
();
14
};
15
16
NoteTest
Definition:
NoteTest.h:5
NoteTest::CPPUNIT_TEST_SUITE
CPPUNIT_TEST_SUITE(NoteTest)
NoteTest::copyTest
void copyTest()
NoteTest::CPPUNIT_TEST
CPPUNIT_TEST(copyTest)
NoteTest::idTest
void idTest()
NoteTest::CPPUNIT_TEST
CPPUNIT_TEST(idTest)
NoteTest::CPPUNIT_TEST_SUITE_END
CPPUNIT_TEST_SUITE_END()
libs
evoral
test
NoteTest.h
Generated on Wed Dec 25 2024 05:44:44 for Ardour by
1.9.1