UniMRCP
1.5.0
|
#include <apt_test_suite.h>
Data Fields | |
apr_pool_t * | pool |
apt_str_t | name |
void * | obj |
apt_test_f | tester |
Test suite as a base for all kind of tests
apt_str_t apt_test_suite_t::name |
Unique name of the test suite
void* apt_test_suite_t::obj |
External object associated with the test suite
apr_pool_t* apt_test_suite_t::pool |
Memory pool to allocate memory from
apt_test_f apt_test_suite_t::tester |
Test function to execute