#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxd_function_get_supported.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
int test_function_get_supported_setup(UNUSED void **state)
void test_amxd_get_supported_can_use_rel_path(UNUSED void **state)
void test_amxd_get_supported_fails_with_invalid_rel_path(UNUSED void **state)
void test_amxd_can_get_supported_template_object_parameters_public_access(UNUSED void **state)
void test_amxd_can_get_supported_template_object(UNUSED void **state)
void test_amxd_can_get_supported_template_object_parameters_first_level(UNUSED void **state)
void test_amxd_can_get_supported_singleton_object(UNUSED void **state)
void test_amxd_get_supported_can_use_to_high_access(UNUSED void **state)
void test_amxd_get_supported_instance_object_succeeds(UNUSED void **state)
void test_amxd_can_get_supported_template_object_parameters(UNUSED void **state)
int test_function_get_supported_teardown(UNUSED void **state)
void test_amxd_can_get_supported_template_object_events(UNUSED void **state)