ardour
jack_utils_test.h
Go to the documentation of this file.
1 
2 #include <cppunit/TestFixture.h>
3 #include <cppunit/extensions/HelperMacros.h>
4 
5 class JackUtilsTest : public CppUnit::TestFixture
6 {
19 
20 public:
21  void test_driver_names ();
22  void test_device_names ();
23  void test_samplerates ();
24  void test_period_sizes ();
25  void test_dither_modes ();
26  void test_connect_server ();
27  void test_set_jack_path_env ();
28  void test_server_paths ();
29  void test_config ();
30  void test_command_line ();
31 };
CPPUNIT_TEST(test_driver_names)
void test_command_line()
void test_driver_names()
CPPUNIT_TEST_SUITE(JackUtilsTest)
void test_server_paths()
void test_samplerates()
void test_dither_modes()
void test_device_names()
void test_period_sizes()
void test_connect_server()
void test_set_jack_path_env()