libamxd  6.4.1
Data Model Manager
test_main.c File Reference
#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.

Functions

int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 62 of file test_main.c.

62  {
63  const struct CMUnitTest tests[] = {
74  };
75  return cmocka_run_group_tests(tests, test_function_get_supported_setup, test_function_get_supported_teardown);
76 }
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)