#include <criterion/criterion.h>#include "varbindlist-scanner.h"#include "apphook.h"#include "scratch-buffers.h"
Classes | |
| struct | TestVarBind |
Macros | |
| #define | SIZE_OF_ARRAY(array) (sizeof(array) / sizeof((array)[0])) |
Functions | |
| Test (varbindlist_scanner, test_spaces_as_separator) | |
| Test (varbindlist_scanner, test_tabs_and_spaces_as_separator) | |
| Test (varbindlist_scanner, test_key_representations) | |
| Test (varbindlist_scanner, test_all_varbind_type) | |
| Test (varbindlist_scanner, test_separator_inside_of_quoted_value) | |
| Test (varbindlist_scanner, test_multiline_quouted_value) | |
| TestSuite (varbindlist_scanner,.init=setup,.fini=teardown) | |
| #define SIZE_OF_ARRAY | ( | array | ) | (sizeof(array) / sizeof((array)[0])) |
| Test | ( | varbindlist_scanner | , |
| test_all_varbind_type | |||
| ) |
| Test | ( | varbindlist_scanner | , |
| test_key_representations | |||
| ) |
| Test | ( | varbindlist_scanner | , |
| test_multiline_quouted_value | |||
| ) |
| Test | ( | varbindlist_scanner | , |
| test_separator_inside_of_quoted_value | |||
| ) |
| Test | ( | varbindlist_scanner | , |
| test_spaces_as_separator | |||
| ) |
| Test | ( | varbindlist_scanner | , |
| test_tabs_and_spaces_as_separator | |||
| ) |