UniMRCP  1.5.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
apt_test_suite_t Struct Reference

#include <apt_test_suite.h>

Data Fields

apr_pool_t * pool
 
apt_str_t name
 
void * obj
 
apt_test_f tester
 

Detailed Description

Test suite as a base for all kind of tests

Field Documentation

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


The documentation for this struct was generated from the following file: