lsp_test_proxy.hh
Go to the documentation of this file.
1#ifndef _LSP_PROXY_TEST_H_
2#define _LSP_PROXY_TEST_H_
3
4#include <cppunit/extensions/HelperMacros.h>
5#include <libplayerc/playerc.h>
6
7namespace lspTest {
8class Proxy : public CppUnit::TestFixture {
9 CPPUNIT_TEST_SUITE(Proxy);
10 CPPUNIT_TEST_SUITE_END_ABSTRACT();
11
12protected:
13 playerc_client_t *client;
14
15 void connect();
16 void disconnect();
17
18 static const double Delta;
19};
20};
21
22#endif
Definition lsp_test_proxy.hh:8
playerc_client_t * client
Definition lsp_test_proxy.hh:13
void disconnect()
Definition lsp_test_proxy.cc:15
static const double Delta
Definition lsp_test_proxy.hh:18
void connect()
Definition lsp_test_proxy.cc:7
Definition lsp_test_blobfinder.hh:9