6 #ifndef YARP_ROBOTTESTINGFRAMEWORK_YARPTESTASSERTER_H
7 #define YARP_ROBOTTESTINGFRAMEWORK_YARPTESTASSERTER_H
13 namespace robottestingframework {
44 static bool isApproxEqual(
const double *left,
46 const double *l_thresholds,
47 const double *h_thresholds,
62 static bool isApproxEqual(
const double *left,
64 const double *thresholds,
92 static bool isApproxEqual(
double left,
contains the definition of a Vector type
The yarp::robottestingframework::TestAsserter class is used to throw exception or to report messages/...
The main, catch-all namespace for YARP.
#define YARP_robottestingframework_API