#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxd_instance_counter.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
74 return cmocka_run_group_tests(tests, NULL, NULL);
void test_amxd_counter_stops_counting_when_attribute_is_removed(UNUSED void **state)
void test_amxd_counter_is_not_changed_on_any_event(UNUSED void **state)
void test_amxd_counter_is_removed_when_template_deleted(UNUSED void **state)
void test_amxd_counter_has_correct_attributes(UNUSED void **state)
void test_amxd_counter_changes(UNUSED void **state)
void test_amxd_set_predefined_counter(UNUSED void **state)
void test_amxd_set_counter_invalid(UNUSED void **state)
void test_amxd_counter_has_correct_value(UNUSED void **state)
void test_amxd_set_counter(UNUSED void **state)