#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_populate_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[] = {
73 return cmocka_run_group_tests(tests, NULL, NULL);
void test_duplicate_instance_can_update(UNUSED void **state)
void test_duplicate_instance_with_keys_can_update(UNUSED void **state)
void test_duplicate_instance_default_behavior(UNUSED void **state)
void test_none_existing_param_can_add(UNUSED void **state)
void test_transactions_with_two_keys(UNUSED void **state)
void test_none_existing_param_default_behavior(UNUSED void **state)
void test_none_existing_instance_param_can_add(UNUSED void **state)
void test_none_existing_param_warning(UNUSED void **state)