|
IODA Bundle
|
Classes | |
| class | TestCase |
| class | TestRunner |
| class | TestRunnerApplication |
Typedefs | |
| typedef std::vector< TestCase * > | TestCases |
Functions | |
| template<typename Expected , typename Actual > | |
| bool | CheckArrayEqual (const Expected &expected, const Actual &actual, const int count) |
| int | test_odacapi_setup_in_C (int argc, char *argv[]) |
| int | test_odacapi_setup (int argc, char *argv[]) |
| int | test_odacapi1 (int argc, char *argv[]) |
| int | test_odacapi2 (int argc, char *argv[]) |
| int | test_odacapi3 (int argc, char *argv[]) |
| int | test_odacapi (int argc, char *argv[]) |
| typedef std::vector<TestCase*> odc::tool::test::TestCases |
Definition at line 42 of file TestCase.h.
| bool odc::tool::test::CheckArrayEqual | ( | const Expected & | expected, |
| const Actual & | actual, | ||
| const int | count | ||
| ) |
| int odc::tool::test::test_odacapi | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int odc::tool::test::test_odacapi1 | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 84 of file TestOdaCAPI.cc.
| int odc::tool::test::test_odacapi2 | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 138 of file TestOdaCAPI.cc.
| int odc::tool::test::test_odacapi3 | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 197 of file TestOdaCAPI.cc.
| int odc::tool::test::test_odacapi_setup | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 61 of file TestOdaCAPI.cc.
| int odc::tool::test::test_odacapi_setup_in_C | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 30 of file TestOdaCAPI.cc.