Ardour  9.0-pre0-582-g084a23a80d
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 {
12 
13 public:
14 
15  void new_session ();
18 };
CPPUNIT_TEST_SUITE_END()
void new_session_from_template()
void new_session()
CPPUNIT_TEST_SUITE(SessionTest)
void open_session_utf8_path()
CPPUNIT_TEST(open_session_utf8_path)
CPPUNIT_TEST(new_session)
CPPUNIT_TEST(new_session_from_template)