#include <criterion/criterion.h>#include <criterion/parameterized.h>#include "libtest/fake-time.h"#include "date-parser.h"#include "apphook.h"#include "timeutils/cache.h"#include "timeutils/format.h"#include <locale.h>#include <stdlib.h>
Classes | |
| struct | date_params |
| struct | date_with_multiple_formats_params |
Functions | |
| void | setup (void) |
| void | teardown (void) |
| TestSuite (date,.init=setup,.fini=teardown) | |
| ParameterizedTestParameters (date, test_date_parser) | |
| ParameterizedTest (struct date_params *params, date, test_date_parser) | |
| Test (date, test_date_with_additional_text_at_the_end) | |
| ParameterizedTestParameters (date, test_date_with_multiple_formats) | |
| ParameterizedTest (struct date_with_multiple_formats_params *params, date, test_date_with_multiple_formats) | |
| Test (date, test_date_with_guess_timezone) | |
| ParameterizedTest | ( | struct date_params * | params, |
| date | , | ||
| test_date_parser | |||
| ) |
| ParameterizedTest | ( | struct date_with_multiple_formats_params * | params, |
| date | , | ||
| test_date_with_multiple_formats | |||
| ) |
| ParameterizedTestParameters | ( | date | , |
| test_date_parser | |||
| ) |
| ParameterizedTestParameters | ( | date | , |
| test_date_with_multiple_formats | |||
| ) |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | date | , |
| test_date_with_additional_text_at_the_end | |||
| ) |
| Test | ( | date | , |
| test_date_with_guess_timezone | |||
| ) |