#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxd_function_del.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_amxd_del_fails_with_invalid_rel_path(UNUSED void **state)
int test_function_del_teardown(UNUSED void **state)
void test_amxd_delete_key_path_returns_index_path(UNUSED void **state)
void test_amxd_can_delete_on_name_with_rel_path(UNUSED void **state)
void test_amxd_can_delete_on_index_with_rel_path(UNUSED void **state)
void test_amxd_del_fails_on_singleton(UNUSED void **state)
void test_amxd_del_can_use_rel_path(UNUSED void **state)
int test_function_del_setup(UNUSED void **state)
void test_amxd_can_del_instance_object(UNUSED void **state)
void test_amxd_del_can_use_to_high_access(UNUSED void **state)