libamxc
1.10.3
C Generic Data Containers
|
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
#include <ctype.h>
#include <string.h>
#include <setjmp.h>
#include <cmocka.h>
#include <amxc/amxc_string_split.h>
#include <amxc/amxc_string_join.h>
#include <amxc/amxc_utils.h>
#include "test_amxc_string_join.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
void | test_can_join_variant_list_to_string (UNUSED void **state) |
void | test_join_fails_on_wrong_variant_type (UNUSED void **state) |
void | test_join_adds_to_string (UNUSED void **state) |
void | test_split_and_join_to_list_provides_similar_string (UNUSED void **state) |
void | test_join_fails_with_invalid_separators (UNUSED void **state) |
void | test_join_does_input_argument_validation (UNUSED void **state) |
void test_can_join_variant_list_to_string | ( | UNUSED void ** | state | ) |
Definition at line 71 of file test_amxc_string_join.c.
void test_join_adds_to_string | ( | UNUSED void ** | state | ) |
Definition at line 116 of file test_amxc_string_join.c.
void test_join_does_input_argument_validation | ( | UNUSED void ** | state | ) |
Definition at line 188 of file test_amxc_string_join.c.
void test_join_fails_on_wrong_variant_type | ( | UNUSED void ** | state | ) |
Definition at line 97 of file test_amxc_string_join.c.
void test_join_fails_with_invalid_separators | ( | UNUSED void ** | state | ) |
Definition at line 162 of file test_amxc_string_join.c.
void test_split_and_join_to_list_provides_similar_string | ( | UNUSED void ** | state | ) |
Definition at line 141 of file test_amxc_string_join.c.