63 const struct CMUnitTest tests[] = {
95 return cmocka_run_group_tests_name(
"amxc-rbuffer", tests, NULL, NULL);
void amxc_rbuffer_grow_write_before_read_check(UNUSED void **state)
void amxc_rbuffer_is_empty_null_check(UNUSED void **state)
void amxc_rbuffer_new_delete_null_check(UNUSED void **state)
void amxc_rbuffer_capacity_check(UNUSED void **state)
void amxc_rbuffer_new_delete_check(UNUSED void **state)
void amxc_rbuffer_is_empty_check(UNUSED void **state)
void amxc_rbuffer_init_clean_check(UNUSED void **state)
void amxc_rbuffer_size_check(UNUSED void **state)
void amxc_rbuffer_shrink_write_before_read_data_loss_check(UNUSED void **state)
void amxc_rbuffer_shrink_read_before_write_data_loss_check(UNUSED void **state)
void amxc_rbuffer_read_null_check(UNUSED void **state)
void amxc_rbuffer_shrink_read_before_write_check(UNUSED void **state)
void amxc_rbuffer_read_short_check(UNUSED void **state)
void amxc_rbuffer_read_wrap_check(UNUSED void **state)
void amxc_rbuffer_shrink_full(UNUSED void **state)
void amxc_rbuffer_grow_check(UNUSED void **state)
void amxc_rbuffer_capacity_null_check(UNUSED void **state)
void amxc_rbuffer_read_check(UNUSED void **state)
void amxc_rbuffer_grow_shrink_null_check(UNUSED void **state)
void amxc_rbuffer_shrink_write_before_read_check(UNUSED void **state)
void amxc_rbuffer_write_buffer_empty_check(UNUSED void **state)
void amxc_rbuffer_init_clean_null_check(UNUSED void **state)
void amxc_rbuffer_grow_read_before_write_check(UNUSED void **state)
void amxc_rbuffer_write_buffer_need_to_grow_check(UNUSED void **state)
void amxc_rbuffer_read_buffer_empty_check(UNUSED void **state)
void amxc_rbuffer_size_null_check(UNUSED void **state)
void amxc_rbuffer_read_zero_bytes_check(UNUSED void **state)
void amxc_rbuffer_write_buffer_wrap_buffer_check(UNUSED void **state)
void amxc_rbuffer_write_null_check(UNUSED void **state)
void amxc_rbuffer_shrink_check(UNUSED void **state)