LRT13
1.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
UnitTests
UnitTest.h
1
#ifndef UNIT_TEST_H_
2
#define UNIT_TEST_H_
3
4
#include <WPILib.h>
5
10
class
UnitTest
:
public
RobotBase
11
{
12
public
:
13
UnitTest
();
14
virtual
~
UnitTest
();
15
19
void
StartCompetition
();
20
24
virtual
void
Run
() = 0;
25
};
26
27
#endif
Generated on Thu Nov 28 2013 20:16:51 for LRT13 by
1.8.3