Ardour
9.0-pre0-979-g7f6f3d64f1
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
g
h
i
k
l
m
n
p
s
v
w
x
z
Typedefs
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
x
z
Enumerations
b
e
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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
{
6
CPPUNIT_TEST_SUITE
(
TempoMapTest
);
7
CPPUNIT_TEST
(
createTest
);
8
CPPUNIT_TEST
(
addTest
);
9
CPPUNIT_TEST
(
subtractTest
);
10
CPPUNIT_TEST
(
multiplyTest
);
11
CPPUNIT_TEST
(
convertTest
);
12
CPPUNIT_TEST
(
roundTest
);
13
CPPUNIT_TEST_SUITE_END
();
14
15
public
:
16
void
createTest
();
17
void
addTest
();
18
void
subtractTest
();
19
void
multiplyTest
();
20
void
convertTest
();
21
void
roundTest
();
22
};
TempoMapTest
Definition:
TempoMapTest.h:5
TempoMapTest::multiplyTest
void multiplyTest()
TempoMapTest::convertTest
void convertTest()
TempoMapTest::addTest
void addTest()
TempoMapTest::createTest
void createTest()
TempoMapTest::CPPUNIT_TEST
CPPUNIT_TEST(createTest)
TempoMapTest::CPPUNIT_TEST_SUITE
CPPUNIT_TEST_SUITE(TempoMapTest)
TempoMapTest::CPPUNIT_TEST
CPPUNIT_TEST(multiplyTest)
TempoMapTest::CPPUNIT_TEST_SUITE_END
CPPUNIT_TEST_SUITE_END()
TempoMapTest::CPPUNIT_TEST
CPPUNIT_TEST(subtractTest)
TempoMapTest::CPPUNIT_TEST
CPPUNIT_TEST(roundTest)
TempoMapTest::subtractTest
void subtractTest()
TempoMapTest::CPPUNIT_TEST
CPPUNIT_TEST(addTest)
TempoMapTest::CPPUNIT_TEST
CPPUNIT_TEST(convertTest)
TempoMapTest::roundTest
void roundTest()
libs
temporal
test
TempoMapTest.h
Generated on Sun Mar 16 2025 05:23:25 for Ardour by
1.9.1