|
GnuCash c935c2f+
|
Holds a handler instance with its TestErrorStruct, handler id, and whether it's a list handler. More...
#include <unittest-support.h>
Data Fields | |
| TestErrorStruct * | error |
| gint | handler |
| gboolean | list_handler |
Holds a handler instance with its TestErrorStruct, handler id, and whether it's a list handler.
A test fixture can be set up to hold a GSList of these so that they can be automatically unregistered and freed during teardown.
Definition at line 138 of file unittest-support.h.
| TestErrorStruct* TestLogHandler::error |
Definition at line 140 of file unittest-support.h.
| gint TestLogHandler::handler |
Definition at line 141 of file unittest-support.h.
| gboolean TestLogHandler::list_handler |
Definition at line 142 of file unittest-support.h.