Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_test_info Struct Reference

Contains all the initialization information required to store a new test definition. More...

#include <test.h>

Data Fields

const char * category
 test category More...
 
const char * description
 optional brief detailed description of test More...
 
const char * name
 name of test, unique to category More...
 
const char * summary
 optional short summary of test More...
 

Detailed Description

Contains all the initialization information required to store a new test definition.

Definition at line 210 of file test.h.

Field Documentation

const char* category

test category

Tests are categorized in a directory tree style hierarchy. It is expected that this string have both a leading and trailing forward slash ('/').

Definition at line 219 of file test.h.

const char* description

optional brief detailed description of test

Definition at line 223 of file test.h.

const char* name

name of test, unique to category

Definition at line 212 of file test.h.

const char* summary

optional short summary of test

Definition at line 221 of file test.h.


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