User
Frontpage
Release
Authors
Installation
Contents
Player
libstageplugin
Developer
libstage
Online
GitHub
Bugs/Issues
Player Project
Mailing Lists
libstageplugin
test
lsp_test_laser.hh
Go to the documentation of this file.
1
#ifndef _LSP_LASER_TEST_H_
2
#define _LSP_LASER_TEST_H_
3
4
#include <cppunit/extensions/HelperMacros.h>
5
#include <libplayerc/playerc.h>
6
7
#include "
lsp_test_proxy.hh
"
8
9
namespace
lspTest {
10
class
Laser
:
public
Proxy
11
{
12
CPPUNIT_TEST_SUITE(
Laser
);
13
CPPUNIT_TEST(
testConfig
);
14
CPPUNIT_TEST(
testGeom
);
15
CPPUNIT_TEST(
testData
);
16
CPPUNIT_TEST_SUITE_END();
17
18
protected
:
19
playerc_laser_t*
laserProxy
;
20
21
void
testConfig
();
22
void
testGeom
();
23
void
testData
();
24
25
static
const
int
Samples
;
26
public
:
27
void
setUp
();
28
void
tearDown
();
29
};
30
};
31
32
CPPUNIT_TEST_SUITE_REGISTRATION
(
lspTest::Laser
);
33
34
#endif
Generated on Sun Aug 4 2013 16:13:37 for Stage by
1.8.4