#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxd_object_expression.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
void test_expression_fields_are_retrieved_in_hierarchy(UNUSED void **state)
void test_expression_has_matching_instances(UNUSED void **state)
void test_can_iterator_over_all_matching_instances(UNUSED void **state)
int test_object_expression_setup(UNUSED void **state)
void test_can_start_path_with_dot_in_expr(UNUSED void **state)
int test_object_expression_teardown(UNUSED void **state)
void test_can_match_object_with_expression(UNUSED void **state)
void test_api_does_input_arg_validation(UNUSED void **state)