Ardour
9.0-pre0-427-gd2a3450e2f
test/polygon.h
Go to the documentation of this file.
1
#include <cppunit/TestFixture.h>
2
#include <cppunit/extensions/HelperMacros.h>
3
4
class
PolygonTest
:
public
CppUnit::TestFixture
5
{
6
CPPUNIT_TEST_SUITE
(
PolygonTest
);
7
CPPUNIT_TEST
(
bounding_box
);
8
CPPUNIT_TEST_SUITE_END
();
9
10
public
:
11
void
bounding_box
();
12
};
PolygonTest
Definition:
test/polygon.h:5
PolygonTest::CPPUNIT_TEST_SUITE
CPPUNIT_TEST_SUITE(PolygonTest)
PolygonTest::CPPUNIT_TEST
CPPUNIT_TEST(bounding_box)
PolygonTest::bounding_box
void bounding_box()
PolygonTest::CPPUNIT_TEST_SUITE_END
CPPUNIT_TEST_SUITE_END()
libs
canvas
test
polygon.h
Generated on Mon Nov 11 2024 08:49:05 for Ardour by
1.9.1