#include <criterion/criterion.h>#include "libtest/config_parse_lib.h"#include "appmodel.h"#include "application.h"#include "plugin.h"#include "apphook.h"#include "cfg-grammar.h"
Functions | |
| Application * | _parse_application (const char *appmodel, const gchar *name, const gchar *topic) |
| Test (appmodel, empty_application_can_be_parsed_properly) | |
| Test (appmodel, name_is_parsed_into_name_member) | |
| Test (appmodel, topic_in_brackets_is_parsed_into_topic) | |
| Test (appmodel, filter_expressions_can_be_specified_with_a_filter_keyword) | |
| Test (appmodel, parser_expressions_can_be_specified_with_a_parser_keyword) | |
| void | teardown (void) |
| TestSuite (appmodel,.init=setup,.fini=teardown) | |
| Application* _parse_application | ( | const char * | appmodel, |
| const gchar * | name, | ||
| const gchar * | topic | ||
| ) |
| void teardown | ( | void | ) |
| Test | ( | appmodel | , |
| empty_application_can_be_parsed_properly | |||
| ) |
| Test | ( | appmodel | , |
| filter_expressions_can_be_specified_with_a_filter_keyword | |||
| ) |
| Test | ( | appmodel | , |
| name_is_parsed_into_name_member | |||
| ) |
| Test | ( | appmodel | , |
| parser_expressions_can_be_specified_with_a_parser_keyword | |||
| ) |
| Test | ( | appmodel | , |
| topic_in_brackets_is_parsed_into_topic | |||
| ) |