LRT13  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
GearToothTest.h
1 #ifndef GEAR_TOOTH_TEST_H_
2 #define GEAR_TOOTH_TEST_H_
3 
4 #include "../UnitTests/UnitTest.h"
5 #include "GearTooth.h"
6 #include "../Config/RobotConfig.h"
7 
8 class GearToothTest : public UnitTest
9 {
10 public:
11  GearToothTest();
12  void Run();
13 private:
14  GearTooth* gearTooth;
15 };
16 
17 #endif