LRAUV  revA
ElevatorServo_Test.h
Go to the documentation of this file.
1 
9 #ifndef _ELEVATORSERVO_TEST_H_
10 #define _ELEVATORSERVO_TEST_H_
11 
12 #include "ElevatorServo.h"
13 
14 #include <cxxtest/TestSuite.h>
15 
21 class ElevatorServo_Test : public CxxTest::TestSuite
22 {
23 public:
24 
25  // dummy test
26  void testDummy( void )
27  {}
28 
29 };
30 
31 #endif // _ELEVATORSERVO_TEST_H
void testDummy(void)
Definition: ElevatorServo_Test.h:26
Contains the ElevatorServo class declaration.
Unit tests for ElevatorServo class.
Definition: ElevatorServo_Test.h:21