OpenVPN
|
Go to the source code of this file.
Macros | |
#define | UNIT_TESTING 1 |
Functions | |
static int | group_setup (void **state) |
static int | group_teardown (void **state) |
static void | test_value_equal (void **state) |
static void | test_value_range (void **state) |
int | main (void) |
#define UNIT_TESTING 1 |
Definition at line 2 of file test_group_fixtures.c.
|
static |
Definition at line 9 of file test_group_fixtures.c.
References assert_non_null, and malloc.
Referenced by main().
|
static |
int main | ( | void | ) |
Definition at line 41 of file test_group_fixtures.c.
References cmocka_run_group_tests, cmocka_unit_test, cmocka_unit_test_prestate, group_setup(), group_teardown(), test_value_equal(), and test_value_range().
|
static |
Definition at line 27 of file test_group_fixtures.c.
References assert_int_equal.
Referenced by main().
|
static |
Definition at line 34 of file test_group_fixtures.c.
References assert_in_range.
Referenced by main().