#include <testdefinitionparser.h>
Data Fields | |
void(* | test_suite )(td_suite *) |
void(* | test_suite_end )() |
void(* | test_suite_description )(char *) |
void(* | test_set )(td_set *) |
Definition at line 44 of file testdefinitionparser.h.
void(* td_parser_callbacks::test_suite)(td_suite *) |
callback for suite handler
void(* td_parser_callbacks::test_suite_end)() |
callback for suite end handler
void(* td_parser_callbacks::test_suite_description)(char *) |
callback for suite description
void(* td_parser_callbacks::test_set)(td_set *) |
callback for set handler