#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_define_behavior.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
71 return cmocka_run_group_tests(tests, NULL, NULL);
void test_duplicate_objects_default_behavior(UNUSED void **state)
void test_duplicate_parameters_change_to_invalid_type_fails(UNUSED void **state)
void test_duplicate_objects_can_add_parameter(UNUSED void **state)
void test_duplicate_parameters_can_update(UNUSED void **state)
void test_duplicate_parameters_default_behavior(UNUSED void **state)
void test_duplicate_objects_can_update(UNUSED void **state)