ardour
session_test.h
Go to the documentation of this file.
1 
2 #include <cppunit/TestFixture.h>
3 #include <cppunit/extensions/HelperMacros.h>
4 
5 class SessionTest : public CppUnit::TestFixture
6 {
11 
12 public:
13 
14  void new_session ();
16 };
CPPUNIT_TEST(new_session)
CPPUNIT_TEST_SUITE_END()
void new_session()
Definition: session_test.cc:25
void new_session_from_template()
Definition: session_test.cc:45
CPPUNIT_TEST_SUITE(SessionTest)