#include <criterion/criterion.h>#include "libtest/cr_template.h"#include "logmsg/logmsg.h"#include "timeutils/cache.h"#include "apphook.h"#include "scratch-buffers.h"#include "cfg.h"
Functions | |
| void | setup (void) |
| void | teardown (void) |
| TestSuite (format_date,.init=setup,.fini=teardown) | |
| Test (format_date, test_format_date_without_argument_takes_the_timestamp_and_formats_it_using_strftime) | |
| Test (format_date, test_format_date_with_a_macro_argument_uses_that_value) | |
| Test (format_date, test_format_date_with_timestamp_argument_formats_it_using_strftime) | |
| Test (format_date, test_format_date_with_timestamp_argument_using_fractions_and_timezone_works) | |
| Test (format_date, test_format_date_with_time_zone_option_overrrides_timezone) | |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | format_date | , |
| test_format_date_with_a_macro_argument_uses_that_value | |||
| ) |
| Test | ( | format_date | , |
| test_format_date_with_time_zone_option_overrrides_timezone | |||
| ) |
| Test | ( | format_date | , |
| test_format_date_with_timestamp_argument_formats_it_using_strftime | |||
| ) |
| Test | ( | format_date | , |
| test_format_date_with_timestamp_argument_using_fractions_and_timezone_works | |||
| ) |
| Test | ( | format_date | , |
| test_format_date_without_argument_takes_the_timestamp_and_formats_it_using_strftime | |||
| ) |