#include <generictask_test.hpp>
Public Member Functions | |
bool | assertBool (bool) |
bool | comstr (const std::string &cs) |
Service * | createOperationCallerFactory () |
double | d0 () const |
double | d1 (int i) const |
double | d2 (int i, double d) const |
double | d3 (int i, double d, bool c) const |
double | d4 (int i, double d, bool c, std::string s) const |
Generic_TaskTest () | |
double | m0 () |
const double & | m0cr () |
double & | m0r () |
double | m1 (int i) |
double | m1cr (const double &a) |
double | m1r (double &a) |
double | m2 (int i, double d) |
double | m3 (int i, double d, bool c) |
double | m4 (int i, double d, bool c, std::string s) |
void | setUp () |
void | tearDown () |
void | testAddOperationCaller () |
void | testCROperationCaller () |
void | testDSOperationCaller () |
void | testOperationCaller () |
void | testOperationCallerFactory () |
void | testOperationCallerFromDS () |
void | testOperationCallersC () |
void | testRemoteOperationCaller () |
~Generic_TaskTest () | |
Public Attributes | |
double | ret |
TaskContext * | tc |
ActivityInterface * | tsim |
Definition at line 30 of file generictask_test.hpp.
Generic_TaskTest::Generic_TaskTest | ( | ) | [inline] |
Definition at line 63 of file generictask_test.hpp.
Generic_TaskTest::~Generic_TaskTest | ( | ) | [inline] |
Definition at line 64 of file generictask_test.hpp.
bool Generic_TaskTest::assertBool | ( | bool | b | ) |
Definition at line 57 of file generictask_test.cpp.
bool Generic_TaskTest::comstr | ( | const std::string & | cs | ) | [inline] |
Definition at line 43 of file generictask_test.hpp.
Definition at line 61 of file generictask_test.cpp.
double Generic_TaskTest::d0 | ( | ) | const [inline] |
Definition at line 55 of file generictask_test.hpp.
double Generic_TaskTest::d1 | ( | int | i | ) | const [inline] |
Definition at line 56 of file generictask_test.hpp.
double Generic_TaskTest::d2 | ( | int | i, |
double | d | ||
) | const [inline] |
Definition at line 57 of file generictask_test.hpp.
double Generic_TaskTest::d3 | ( | int | i, |
double | d, | ||
bool | c | ||
) | const [inline] |
Definition at line 58 of file generictask_test.hpp.
double Generic_TaskTest::d4 | ( | int | i, |
double | d, | ||
bool | c, | ||
std::string | s | ||
) | const [inline] |
Definition at line 59 of file generictask_test.hpp.
double Generic_TaskTest::m0 | ( | void | ) | [inline] |
Definition at line 49 of file generictask_test.hpp.
const double& Generic_TaskTest::m0cr | ( | ) | [inline] |
Definition at line 40 of file generictask_test.hpp.
double& Generic_TaskTest::m0r | ( | ) | [inline] |
Definition at line 39 of file generictask_test.hpp.
double Generic_TaskTest::m1 | ( | int | i | ) | [inline] |
Definition at line 50 of file generictask_test.hpp.
double Generic_TaskTest::m1cr | ( | const double & | a | ) | [inline] |
Definition at line 46 of file generictask_test.hpp.
double Generic_TaskTest::m1r | ( | double & | a | ) | [inline] |
Definition at line 45 of file generictask_test.hpp.
double Generic_TaskTest::m2 | ( | int | i, |
double | d | ||
) | [inline] |
Definition at line 51 of file generictask_test.hpp.
double Generic_TaskTest::m3 | ( | int | i, |
double | d, | ||
bool | c | ||
) | [inline] |
Definition at line 52 of file generictask_test.hpp.
double Generic_TaskTest::m4 | ( | int | i, |
double | d, | ||
bool | c, | ||
std::string | s | ||
) | [inline] |
Definition at line 53 of file generictask_test.hpp.
void Generic_TaskTest::setUp | ( | ) |
Definition at line 38 of file generictask_test.cpp.
void Generic_TaskTest::tearDown | ( | ) |
Definition at line 47 of file generictask_test.cpp.
double Generic_TaskTest::ret |
Definition at line 38 of file generictask_test.hpp.
Definition at line 33 of file generictask_test.hpp.
ActivityInterface* Generic_TaskTest::tsim |
Definition at line 34 of file generictask_test.hpp.