#include <criterion/criterion.h>#include <criterion/parameterized.h>#include "libtest/cr_template.h"#include "libtest/grab-logging.h"#include "apphook.h"#include "plugin.h"#include "cfg.h"#include "logmsg/logmsg.h"#include "scratch-buffers.h"
Classes | |
| struct | MacroAndResult |
| struct | test_params |
Functions | |
| const gchar * | resolve_sockaddr_to_hostname (gsize *result_len, GSockAddr *saddr, const HostResolveOptions *host_resolve_options) |
| void | setup (void) |
| void | teardown (void) |
| TestSuite (basicfuncs,.init=setup,.fini=teardown) | |
| Test (basicfuncs, test_cond_funcs) | |
| Test (basicfuncs, test_str_funcs) | |
| Test (basicfuncs, test_numeric_funcs) | |
| Test (basicfuncs, test_fname_funcs) | |
| Test (basicfuncs, test_numeric_aggregate_simple) | |
| Test (basicfuncs, test_numeric_aggregate_invalid_values) | |
| Test (basicfuncs, test_numeric_aggregate_full_invalid_values) | |
| Test (basicfuncs, test_misc_funcs) | |
| Test (basicfuncs, test_tf_template) | |
| Test (basicfuncs, test_list_funcs) | |
| Test (basicfuncs, test_context_funcs) | |
| Test (basicfuncs, test_vp_funcs) | |
| Test (basicfuncs, test_tag) | |
| Test (basicfuncs, test_tfurlencode) | |
| Test (basicfuncs, test_tfurldecode) | |
| Test (basicfuncs, test_iterate) | |
| ParameterizedTestParameters (basicfuncs, test_map) | |
| ParameterizedTest (struct test_params *param, basicfuncs, test_map) | |
| ParameterizedTestParameters (basicfuncs, test_filter) | |
| ParameterizedTest (struct test_params *param, basicfuncs, test_filter) | |
| Test (basicfuncs, test_performance) | |
| ParameterizedTest | ( | struct test_params * | param, |
| basicfuncs | , | ||
| test_filter | |||
| ) |
| ParameterizedTest | ( | struct test_params * | param, |
| basicfuncs | , | ||
| test_map | |||
| ) |
| ParameterizedTestParameters | ( | basicfuncs | , |
| test_filter | |||
| ) |
| ParameterizedTestParameters | ( | basicfuncs | , |
| test_map | |||
| ) |
| const gchar* resolve_sockaddr_to_hostname | ( | gsize * | result_len, |
| GSockAddr * | saddr, | ||
| const HostResolveOptions * | host_resolve_options | ||
| ) |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | basicfuncs | , |
| test_cond_funcs | |||
| ) |
| Test | ( | basicfuncs | , |
| test_context_funcs | |||
| ) |
| Test | ( | basicfuncs | , |
| test_fname_funcs | |||
| ) |
| Test | ( | basicfuncs | , |
| test_iterate | |||
| ) |
| Test | ( | basicfuncs | , |
| test_list_funcs | |||
| ) |
| Test | ( | basicfuncs | , |
| test_misc_funcs | |||
| ) |
| Test | ( | basicfuncs | , |
| test_numeric_aggregate_full_invalid_values | |||
| ) |
| Test | ( | basicfuncs | , |
| test_numeric_aggregate_invalid_values | |||
| ) |
| Test | ( | basicfuncs | , |
| test_numeric_aggregate_simple | |||
| ) |
| Test | ( | basicfuncs | , |
| test_numeric_funcs | |||
| ) |
| Test | ( | basicfuncs | , |
| test_performance | |||
| ) |
| Test | ( | basicfuncs | , |
| test_str_funcs | |||
| ) |
| Test | ( | basicfuncs | , |
| test_tag | |||
| ) |
| Test | ( | basicfuncs | , |
| test_tf_template | |||
| ) |
| Test | ( | basicfuncs | , |
| test_tfurldecode | |||
| ) |
| Test | ( | basicfuncs | , |
| test_tfurlencode | |||
| ) |
| Test | ( | basicfuncs | , |
| test_vp_funcs | |||
| ) |