#include <criterion/criterion.h>#include "test-source.h"#include "syslog-ng.h"#include "stats/stats.h"
Classes | |
| struct | TestSource |
Functions | |
| TestSource * | test_source_new (GlobalConfig *cfg) |
| void | test_source_add_test_case (TestSource *self, TestCase *tc) |
| void | test_source_run_tests (TestSource *self) |
| void | test_source_finish_tc (TestSource *self) |
| void * | journal_reader_test_prepare_with_namespace (const gchar *namespace, GlobalConfig *cfg) |
| gboolean | journal_reader_test_allocate_namespace (void *test) |
| void | journal_reader_test_destroy (void *test) |
| gboolean journal_reader_test_allocate_namespace | ( | void * | test | ) |
| void journal_reader_test_destroy | ( | void * | test | ) |
| void* journal_reader_test_prepare_with_namespace | ( | const gchar * | namespace, |
| GlobalConfig * | cfg | ||
| ) |
| void test_source_add_test_case | ( | TestSource * | self, |
| TestCase * | tc | ||
| ) |
| void test_source_finish_tc | ( | TestSource * | self | ) |
| TestSource* test_source_new | ( | GlobalConfig * | cfg | ) |
| void test_source_run_tests | ( | TestSource * | self | ) |