21 #ifndef _EXAMPLE_TEST_H_
22 #define _EXAMPLE_TEST_H_
24 #include <yarp/robottestingframework/TestCase.h>
41 class ExampleTest :
public yarp::robottestingframework::TestCase {
46 virtual bool setup(yarp::os::Property& property);
48 virtual void tearDown();
This is just an example test, use it as a reference to implement new tests.