Ardour
9.0-pre0-582-g084a23a80d
scalar_properties.h
Go to the documentation of this file.
1
#include <cppunit/TestFixture.h>
2
#include <cppunit/extensions/HelperMacros.h>
3
#include "
pbd/properties.h
"
4
5
class
ScalarPropertiesTest
:
public
CppUnit::TestFixture
6
{
7
CPPUNIT_TEST_SUITE
(
ScalarPropertiesTest
);
8
CPPUNIT_TEST
(
testBasic
);
9
CPPUNIT_TEST_SUITE_END
();
10
11
public
:
12
ScalarPropertiesTest
();
13
void
testBasic
();
14
15
static
void
make_property_quarks
();
16
17
private
:
18
PBD::Property<int>
_fred
;
19
};
PBD::Property< int >
ScalarPropertiesTest
Definition:
scalar_properties.h:6
ScalarPropertiesTest::_fred
PBD::Property< int > _fred
Definition:
scalar_properties.h:18
ScalarPropertiesTest::testBasic
void testBasic()
ScalarPropertiesTest::CPPUNIT_TEST_SUITE_END
CPPUNIT_TEST_SUITE_END()
ScalarPropertiesTest::ScalarPropertiesTest
ScalarPropertiesTest()
ScalarPropertiesTest::make_property_quarks
static void make_property_quarks()
ScalarPropertiesTest::CPPUNIT_TEST
CPPUNIT_TEST(testBasic)
ScalarPropertiesTest::CPPUNIT_TEST_SUITE
CPPUNIT_TEST_SUITE(ScalarPropertiesTest)
properties.h
libs
pbd
test
scalar_properties.h
Generated on Wed Dec 25 2024 05:44:46 for Ardour by
1.9.1