icub-test
|
This is just an example test, use it as a reference to implement new tests. More...
#include <ExampleTest.h>
Inherits yarp::robottestingframework::TestCase.
Public Member Functions | |
virtual bool | setup (yarp::os::Property &property) |
virtual void | tearDown () |
virtual void | run () |
This is just an example test, use it as a reference to implement new tests.
Check the following functions:
Accepts the following parameters:
Parameter name | Type | Units | Default Value | Required | Description | Notes |
---|---|---|---|---|---|---|
name | string | - | "ExampleTest" | No | The name of the test. | - |
example | string | - | default value | No | An example value. | - |
Definition at line 41 of file ExampleTest.h.