IODA Bundle
odc::tool::test Namespace Reference

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 Documentation

◆ TestCases

typedef std::vector<TestCase*> odc::tool::test::TestCases

Definition at line 42 of file TestCase.h.

Function Documentation

◆ CheckArrayEqual()

template<typename Expected , typename Actual >
bool odc::tool::test::CheckArrayEqual ( const Expected &  expected,
const Actual &  actual,
const int  count 
)

Definition at line 80 of file TestCase.h.

Here is the call graph for this function:

◆ test_odacapi()

int odc::tool::test::test_odacapi ( int  argc,
char *  argv[] 
)

Definition at line 242 of file TestOdaCAPI.cc.

Here is the call graph for this function:

◆ test_odacapi1()

int odc::tool::test::test_odacapi1 ( int  argc,
char *  argv[] 
)

Definition at line 84 of file TestOdaCAPI.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_odacapi2()

int odc::tool::test::test_odacapi2 ( int  argc,
char *  argv[] 
)

Definition at line 138 of file TestOdaCAPI.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_odacapi3()

int odc::tool::test::test_odacapi3 ( int  argc,
char *  argv[] 
)

Definition at line 197 of file TestOdaCAPI.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_odacapi_setup()

int odc::tool::test::test_odacapi_setup ( int  argc,
char *  argv[] 
)

Definition at line 61 of file TestOdaCAPI.cc.

◆ test_odacapi_setup_in_C()

int odc::tool::test::test_odacapi_setup_in_C ( int  argc,
char *  argv[] 
)

Definition at line 30 of file TestOdaCAPI.cc.

Here is the call graph for this function:
Here is the caller graph for this function: