libamxc  1.10.3
C Generic Data Containers
test_amxc_string.h File Reference

Go to the source code of this file.

Functions

void test_amxc_string_new_delete_null (void **state)
 
void test_amxc_string_init_reset_clean_null (void **state)
 
void test_amxc_string_new_delete (void **state)
 
void test_amxc_string_init_reset_clean (void **state)
 
void test_amxc_string_grow_null (void **state)
 
void test_amxc_string_grow (void **state)
 
void test_amxc_string_shrink_null (void **state)
 
void test_amxc_string_shrink (void **state)
 
void test_amxc_string_append (void **state)
 
void test_amxc_string_prepend (void **state)
 
void test_amxc_string_buffer_length (void **state)
 
void test_amxc_string_text_length (void **state)
 
void test_amxc_string_set_at (void **state)
 
void test_amxc_string_remove_at (void **state)
 
void test_amxc_string_get (void **state)
 
void test_amxc_string_dup (void **state)
 
void test_amxc_string_trim (void **state)
 
void test_amxc_string_take_push_buffer (void **state)
 
void test_amxc_string_setf (void **state)
 
void test_amxc_string_appendf (void **state)
 
void test_amxc_string_prependf (void **state)
 
void test_amxc_string_is_numeric (void **state)
 
void test_amxc_string_resolve_env (void **state)
 
void test_amxc_string_resolve_var (void **state)
 
void test_amxc_string_resolve (void **state)
 
void test_amxc_string_set_resolved (void **state)
 
void test_amxc_string_new_resolved (void **state)
 
void test_amxc_llist_add_string (void **state)
 
void test_amxc_string_search (void **state)
 
void test_amxc_string_replace (void **state)
 
void test_amxc_string_copy (void **state)
 
void test_amxc_string_reset (void **state)
 
void test_amxc_string_set (void **state)
 
void test_amxc_string_build_hex_binary (void **state)
 
void test_amxc_string_build_byte_array (void **state)
 
void test_amxc_string_build_hex_binary_using_separator (void **state)
 
void test_amxc_string_build_byte_array_with_separator (void **state)
 
void test_amxc_string_build_byte_array_with_invalid_string (void **state)
 
void test_amxc_string_build_byte_array_from_incomplete_string (void **state)
 
void test_amxc_string_toupper (void **state)
 
void test_amxc_string_tolower (void **state)
 
void test_amxc_string_vappendf_checked (void **state)
 
void test_amxc_string_appendf_checked__normalcase (void **state)
 
void test_amxc_string_appendf_checked__rejected (void **state)
 

Function Documentation

◆ test_amxc_llist_add_string()

void test_amxc_llist_add_string ( void **  state)

◆ test_amxc_string_append()

void test_amxc_string_append ( void **  state)

◆ test_amxc_string_appendf()

void test_amxc_string_appendf ( void **  state)

◆ test_amxc_string_appendf_checked__normalcase()

void test_amxc_string_appendf_checked__normalcase ( void **  state)

◆ test_amxc_string_appendf_checked__rejected()

void test_amxc_string_appendf_checked__rejected ( void **  state)

◆ test_amxc_string_buffer_length()

void test_amxc_string_buffer_length ( void **  state)

◆ test_amxc_string_build_byte_array()

void test_amxc_string_build_byte_array ( void **  state)

◆ test_amxc_string_build_byte_array_from_incomplete_string()

void test_amxc_string_build_byte_array_from_incomplete_string ( void **  state)

◆ test_amxc_string_build_byte_array_with_invalid_string()

void test_amxc_string_build_byte_array_with_invalid_string ( void **  state)

◆ test_amxc_string_build_byte_array_with_separator()

void test_amxc_string_build_byte_array_with_separator ( void **  state)

◆ test_amxc_string_build_hex_binary()

void test_amxc_string_build_hex_binary ( void **  state)

◆ test_amxc_string_build_hex_binary_using_separator()

void test_amxc_string_build_hex_binary_using_separator ( void **  state)

◆ test_amxc_string_copy()

void test_amxc_string_copy ( void **  state)

◆ test_amxc_string_dup()

void test_amxc_string_dup ( void **  state)

◆ test_amxc_string_get()

void test_amxc_string_get ( void **  state)

◆ test_amxc_string_grow()

void test_amxc_string_grow ( void **  state)

◆ test_amxc_string_grow_null()

void test_amxc_string_grow_null ( void **  state)

◆ test_amxc_string_init_reset_clean()

void test_amxc_string_init_reset_clean ( void **  state)

◆ test_amxc_string_init_reset_clean_null()

void test_amxc_string_init_reset_clean_null ( void **  state)

◆ test_amxc_string_is_numeric()

void test_amxc_string_is_numeric ( void **  state)

◆ test_amxc_string_new_delete()

void test_amxc_string_new_delete ( void **  state)

◆ test_amxc_string_new_delete_null()

void test_amxc_string_new_delete_null ( void **  state)

◆ test_amxc_string_new_resolved()

void test_amxc_string_new_resolved ( void **  state)

◆ test_amxc_string_prepend()

void test_amxc_string_prepend ( void **  state)

◆ test_amxc_string_prependf()

void test_amxc_string_prependf ( void **  state)

◆ test_amxc_string_remove_at()

void test_amxc_string_remove_at ( void **  state)

◆ test_amxc_string_replace()

void test_amxc_string_replace ( void **  state)

◆ test_amxc_string_reset()

void test_amxc_string_reset ( void **  state)

◆ test_amxc_string_resolve()

void test_amxc_string_resolve ( void **  state)

◆ test_amxc_string_resolve_env()

void test_amxc_string_resolve_env ( void **  state)

◆ test_amxc_string_resolve_var()

void test_amxc_string_resolve_var ( void **  state)

◆ test_amxc_string_search()

void test_amxc_string_search ( void **  state)

◆ test_amxc_string_set()

void test_amxc_string_set ( void **  state)

◆ test_amxc_string_set_at()

void test_amxc_string_set_at ( void **  state)

◆ test_amxc_string_set_resolved()

void test_amxc_string_set_resolved ( void **  state)

◆ test_amxc_string_setf()

void test_amxc_string_setf ( void **  state)

◆ test_amxc_string_shrink()

void test_amxc_string_shrink ( void **  state)

◆ test_amxc_string_shrink_null()

void test_amxc_string_shrink_null ( void **  state)

◆ test_amxc_string_take_push_buffer()

void test_amxc_string_take_push_buffer ( void **  state)

◆ test_amxc_string_text_length()

void test_amxc_string_text_length ( void **  state)

◆ test_amxc_string_tolower()

void test_amxc_string_tolower ( void **  state)

◆ test_amxc_string_toupper()

void test_amxc_string_toupper ( void **  state)

◆ test_amxc_string_trim()

void test_amxc_string_trim ( void **  state)

◆ test_amxc_string_vappendf_checked()

void test_amxc_string_vappendf_checked ( void **  state)