Ardour  8.7-15-gadf511264b
group.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class GroupTest : public CppUnit::TestFixture
5 {
15 
16 public:
17  void bounding_box ();
19  void layers ();
24 };
Definition: group.h:5
CPPUNIT_TEST(children_changing)
void layers()
CPPUNIT_TEST(torture_add_items_at_point)
void torture_add_items_at_point()
CPPUNIT_TEST(null_bounding_box)
void null_bounding_box()
CPPUNIT_TEST_SUITE_END()
void bounding_box()
void add_items_at_point()
void children_changing()
CPPUNIT_TEST(grandchildren_changing)
CPPUNIT_TEST_SUITE(GroupTest)
CPPUNIT_TEST(bounding_box)
CPPUNIT_TEST(add_items_at_point)
CPPUNIT_TEST(layers)
void grandchildren_changing()