#include <criterion/criterion.h>#include "libtest/cr_template.h"#include "apphook.h"#include "plugin.h"#include "cfg.h"#include "logmsg/logmsg.h"
Functions | |
| void | setup (void) |
| void | teardown (void) |
| TestSuite (format_json,.init=setup,.fini=teardown) | |
| Test (format_json, test_format_json) | |
| Test (format_json, test_format_json_key) | |
| Test (format_json, test_format_json_rekey) | |
| Test (format_json, test_format_json_omit_empty_values) | |
| Test (format_json, test_format_json_with_type_hints) | |
| Test (format_json, test_v3x_value_pairs_yields_string_values) | |
| Test (format_json, test_v40_value_pairs_yields_typed_values) | |
| Test (format_json, test_cast_option_always_yields_strings_regardless_of_versions) | |
| Test (format_json, test_no_cast_option_always_yields_types_regardless_of_versions) | |
| Test (format_json, test_format_json_on_error) | |
| Test (format_json, test_format_json_with_utf8) | |
| Test (format_json, test_format_json_with_bytes) | |
| Test (format_json, test_format_flat_json) | |
| Test (format_json, test_format_flat_json_direct) | |
| Test (format_json, test_format_flat_json_with_type_hints) | |
| Test (format_json, test_format_json_performance) | |
| Test (format_json, test_format_json_with_key_delimiter) | |
| Test (format_json, test_format_json_key_value_with_spaces) | |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | format_json | , |
| test_cast_option_always_yields_strings_regardless_of_versions | |||
| ) |
| Test | ( | format_json | , |
| test_format_flat_json | |||
| ) |
| Test | ( | format_json | , |
| test_format_flat_json_direct | |||
| ) |
| Test | ( | format_json | , |
| test_format_flat_json_with_type_hints | |||
| ) |
| Test | ( | format_json | , |
| test_format_json | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_key | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_key_value_with_spaces | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_omit_empty_values | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_on_error | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_performance | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_rekey | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_with_bytes | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_with_key_delimiter | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_with_type_hints | |||
| ) |
| Test | ( | format_json | , |
| test_format_json_with_utf8 | |||
| ) |
| Test | ( | format_json | , |
| test_no_cast_option_always_yields_types_regardless_of_versions | |||
| ) |
| Test | ( | format_json | , |
| test_v3x_value_pairs_yields_string_values | |||
| ) |
| Test | ( | format_json | , |
| test_v40_value_pairs_yields_typed_values | |||
| ) |