GnuCash
5.6-150-g038405b370+
|
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.