libamxc  1.10.3
C Generic Data Containers
test_amxc_string_split.h File Reference

Go to the source code of this file.

Functions

void test_can_split_string_using_separator (void **state)
 
void test_can_split_string_using_space_separators (void **state)
 
void test_check_parts_are_correct (void **state)
 
void test_can_split_csv_string_to_variant (void **state)
 
void test_split_csv_handles_sequence_of_commas_as_multiple_items (void **state)
 
void test_split_csv_string_handles_comma_in_quotes_correctly (void **state)
 
void test_split_csv_string_handles_empty_string_correctly (void **state)
 
void test_can_split_csv_string_with_multi_array_to_variant (void **state)
 
void test_can_split_csv_string_can_start_with_array_to_variant (void **state)
 
void test_can_split_csv_string_supports_multi_level_array_to_variant (void **state)
 
void test_can_split_csv_string_with_single_quotes_to_variant (void **state)
 
void test_can_split_csv_string_with_double_quotes_to_variant (void **state)
 
void test_split_csv_can_handle_empty_sublist (void **state)
 
void test_can_split_ssv_string_to_variant (void **state)
 
void test_split_ssv_handles_sequence_of_spaces_as_one_separator (void **state)
 
void test_split_ssv_string_handles_spaces_in_quotes_correctly (void **state)
 
void test_can_split_ssv_string_with_single_quotes_to_variant (void **state)
 
void test_split_ssv_string_handles_empty_string_correctly (void **state)
 
void test_can_split_ssv_string_with_multi_array_to_variant (void **state)
 
void test_split_word_checks_quotes (void **state)
 
void test_split_word_checks_curly_brackets (void **state)
 
void test_split_word_checks_square_brackets (void **state)
 
void test_split_word_checks_round_brackets (void **state)
 
void test_amxc_string_split_word (void **state)
 
void test_amxc_string_split_word_quotes2 (void **state)
 
void test_amxc_string_split_word_can_start_with_punctuation (void **state)
 
void test_split_string_on_new_line (void **state)
 
void test_functions_validates_input_arguments (void **state)
 

Function Documentation

◆ test_amxc_string_split_word()

void test_amxc_string_split_word ( void **  state)

◆ test_amxc_string_split_word_can_start_with_punctuation()

void test_amxc_string_split_word_can_start_with_punctuation ( void **  state)

◆ test_amxc_string_split_word_quotes2()

void test_amxc_string_split_word_quotes2 ( void **  state)

◆ test_can_split_csv_string_can_start_with_array_to_variant()

void test_can_split_csv_string_can_start_with_array_to_variant ( void **  state)

◆ test_can_split_csv_string_supports_multi_level_array_to_variant()

void test_can_split_csv_string_supports_multi_level_array_to_variant ( void **  state)

◆ test_can_split_csv_string_to_variant()

void test_can_split_csv_string_to_variant ( void **  state)

◆ test_can_split_csv_string_with_double_quotes_to_variant()

void test_can_split_csv_string_with_double_quotes_to_variant ( void **  state)

◆ test_can_split_csv_string_with_multi_array_to_variant()

void test_can_split_csv_string_with_multi_array_to_variant ( void **  state)

◆ test_can_split_csv_string_with_single_quotes_to_variant()

void test_can_split_csv_string_with_single_quotes_to_variant ( void **  state)

◆ test_can_split_ssv_string_to_variant()

void test_can_split_ssv_string_to_variant ( void **  state)

◆ test_can_split_ssv_string_with_multi_array_to_variant()

void test_can_split_ssv_string_with_multi_array_to_variant ( void **  state)

◆ test_can_split_ssv_string_with_single_quotes_to_variant()

void test_can_split_ssv_string_with_single_quotes_to_variant ( void **  state)

◆ test_can_split_string_using_separator()

void test_can_split_string_using_separator ( void **  state)

◆ test_can_split_string_using_space_separators()

void test_can_split_string_using_space_separators ( void **  state)

◆ test_check_parts_are_correct()

void test_check_parts_are_correct ( void **  state)

◆ test_functions_validates_input_arguments()

void test_functions_validates_input_arguments ( void **  state)

◆ test_split_csv_can_handle_empty_sublist()

void test_split_csv_can_handle_empty_sublist ( void **  state)

◆ test_split_csv_handles_sequence_of_commas_as_multiple_items()

void test_split_csv_handles_sequence_of_commas_as_multiple_items ( void **  state)

◆ test_split_csv_string_handles_comma_in_quotes_correctly()

void test_split_csv_string_handles_comma_in_quotes_correctly ( void **  state)

◆ test_split_csv_string_handles_empty_string_correctly()

void test_split_csv_string_handles_empty_string_correctly ( void **  state)

◆ test_split_ssv_handles_sequence_of_spaces_as_one_separator()

void test_split_ssv_handles_sequence_of_spaces_as_one_separator ( void **  state)

◆ test_split_ssv_string_handles_empty_string_correctly()

void test_split_ssv_string_handles_empty_string_correctly ( void **  state)

◆ test_split_ssv_string_handles_spaces_in_quotes_correctly()

void test_split_ssv_string_handles_spaces_in_quotes_correctly ( void **  state)

◆ test_split_string_on_new_line()

void test_split_string_on_new_line ( void **  state)

◆ test_split_word_checks_curly_brackets()

void test_split_word_checks_curly_brackets ( void **  state)

◆ test_split_word_checks_quotes()

void test_split_word_checks_quotes ( void **  state)

◆ test_split_word_checks_round_brackets()

void test_split_word_checks_round_brackets ( void **  state)

◆ test_split_word_checks_square_brackets()

void test_split_word_checks_square_brackets ( void **  state)