libamxp
1.4.0
Patterns C Implementation
|
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
int | test_var_search_setup (UNUSED void **state) |
int | test_var_search_teardown (UNUSED void **state) |
void | test_can_filter_values (UNUSED void **state) |
void | test_can_use_paths (UNUSED void **state) |
void | test_can_get_filtered_value (UNUSED void **state) |
void | test_get_filtered_value_fails_when_multiple_matches_found (UNUSED void **state) |
void | test_filter_fails_if_on_simple_type (UNUSED void **state) |
void test_can_filter_values | ( | UNUSED void ** | state | ) |
Definition at line 122 of file test_var_search.c.
void test_can_get_filtered_value | ( | UNUSED void ** | state | ) |
Definition at line 202 of file test_var_search.c.
void test_can_use_paths | ( | UNUSED void ** | state | ) |
Definition at line 185 of file test_var_search.c.
void test_filter_fails_if_on_simple_type | ( | UNUSED void ** | state | ) |
Definition at line 222 of file test_var_search.c.
void test_get_filtered_value_fails_when_multiple_matches_found | ( | UNUSED void ** | state | ) |
Definition at line 214 of file test_var_search.c.
int test_var_search_setup | ( | UNUSED void ** | state | ) |
Definition at line 110 of file test_var_search.c.
int test_var_search_teardown | ( | UNUSED void ** | state | ) |
Definition at line 116 of file test_var_search.c.