UniMRCP  1.7.0
Data Fields
apt_test_suite_t Struct Reference

#include <apt_test_suite.h>

Collaboration diagram for apt_test_suite_t:
Collaboration graph
[legend]

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

◆ name

apt_str_t apt_test_suite_t::name

Unique name of the test suite

◆ obj

void* apt_test_suite_t::obj

External object associated with the test suite

◆ pool

apr_pool_t* apt_test_suite_t::pool

Memory pool to allocate memory from

◆ tester

apt_test_f apt_test_suite_t::tester

Test function to execute


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