GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
TestLogHandler Struct Reference

Holds a handler instance with its TestErrorStruct, handler id, and whether it's a list handler. More...

#include <unittest-support.h>

Data Fields

TestErrorStructerror
 
gint handler
 
gboolean list_handler
 

Detailed Description

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.

Field Documentation

◆ error

TestErrorStruct* TestLogHandler::error

Definition at line 140 of file unittest-support.h.

◆ handler

gint TestLogHandler::handler

Definition at line 141 of file unittest-support.h.

◆ list_handler

gboolean TestLogHandler::list_handler

Definition at line 142 of file unittest-support.h.


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