libamxc
1.10.3
C Generic Data Containers
|
#include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
#include <setjmp.h>
#include <cmocka.h>
#include <amxc/amxc_llist.h>
#include "test_amxc_llist.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Data Structures | |
struct | test_data_t |
Variables | |
static amxc_llist_it_t | s_it_func_check |
static amxc_llist_t * | llist = NULL |
static amxc_llist_t * | llist1 = NULL |
static amxc_llist_t * | llist2 = NULL |
static amxc_llist_it_t | it1 |
static amxc_llist_it_t | it2 |
static amxc_llist_it_t | it3 |
static amxc_llist_it_t | it4 |
void amxc_llist_append_check | ( | UNUSED void ** | state | ) |
Definition at line 170 of file test_amxc_llist.c.
void amxc_llist_append_move_same_list_check | ( | UNUSED void ** | state | ) |
Definition at line 270 of file test_amxc_llist.c.
void amxc_llist_append_null_check | ( | UNUSED void ** | state | ) |
Definition at line 155 of file test_amxc_llist.c.
void amxc_llist_clean_cb_check | ( | UNUSED void ** | state | ) |
Definition at line 141 of file test_amxc_llist.c.
void amxc_llist_clean_func_check | ( | UNUSED void ** | state | ) |
Definition at line 115 of file test_amxc_llist.c.
void amxc_llist_delete_cb_check | ( | UNUSED void ** | state | ) |
Definition at line 128 of file test_amxc_llist.c.
void amxc_llist_delete_func_check | ( | UNUSED void ** | state | ) |
Definition at line 104 of file test_amxc_llist.c.
void amxc_llist_get_at_check | ( | UNUSED void ** | state | ) |
Definition at line 371 of file test_amxc_llist.c.
void amxc_llist_get_first_check | ( | UNUSED void ** | state | ) |
Definition at line 415 of file test_amxc_llist.c.
void amxc_llist_get_last_check | ( | UNUSED void ** | state | ) |
Definition at line 419 of file test_amxc_llist.c.
void amxc_llist_init_clean_check | ( | UNUSED void ** | state | ) |
Definition at line 89 of file test_amxc_llist.c.
void amxc_llist_init_clean_null_check | ( | UNUSED void ** | state | ) |
Definition at line 83 of file test_amxc_llist.c.
void amxc_llist_is_empty_check | ( | UNUSED void ** | state | ) |
Definition at line 331 of file test_amxc_llist.c.
void amxc_llist_is_empty_null_check | ( | UNUSED void ** | state | ) |
Definition at line 326 of file test_amxc_llist.c.
void amxc_llist_it_clean_cb_check | ( | UNUSED void ** | state | ) |
Definition at line 454 of file test_amxc_llist.c.
void amxc_llist_it_clean_check | ( | UNUSED void ** | state | ) |
Definition at line 447 of file test_amxc_llist.c.
void amxc_llist_it_clean_null_check | ( | UNUSED void ** | state | ) |
Definition at line 437 of file test_amxc_llist.c.
void amxc_llist_it_index_of_check | ( | UNUSED void ** | state | ) |
Definition at line 604 of file test_amxc_llist.c.
void amxc_llist_it_init_check | ( | UNUSED void ** | state | ) |
Definition at line 428 of file test_amxc_llist.c.
void amxc_llist_it_init_null_check | ( | UNUSED void ** | state | ) |
Definition at line 423 of file test_amxc_llist.c.
void amxc_llist_it_insert_after_check | ( | UNUSED void ** | state | ) |
Definition at line 567 of file test_amxc_llist.c.
void amxc_llist_it_insert_after_invalid_it_check | ( | UNUSED void ** | state | ) |
Definition at line 591 of file test_amxc_llist.c.
void amxc_llist_it_insert_after_null_check | ( | UNUSED void ** | state | ) |
Definition at line 553 of file test_amxc_llist.c.
void amxc_llist_it_insert_after_tail_check | ( | UNUSED void ** | state | ) |
Definition at line 580 of file test_amxc_llist.c.
void amxc_llist_it_insert_before_check | ( | UNUSED void ** | state | ) |
Definition at line 516 of file test_amxc_llist.c.
void amxc_llist_it_insert_before_head_check | ( | UNUSED void ** | state | ) |
Definition at line 529 of file test_amxc_llist.c.
void amxc_llist_it_insert_before_invalid_it_check | ( | UNUSED void ** | state | ) |
Definition at line 540 of file test_amxc_llist.c.
void amxc_llist_it_insert_before_null_check | ( | UNUSED void ** | state | ) |
Definition at line 502 of file test_amxc_llist.c.
void amxc_llist_it_is_in_list_check | ( | UNUSED void ** | state | ) |
Definition at line 631 of file test_amxc_llist.c.
void amxc_llist_it_next_prev_check | ( | UNUSED void ** | state | ) |
Definition at line 617 of file test_amxc_llist.c.
|
static |
Definition at line 459 of file test_amxc_llist.c.
void amxc_llist_it_take_check | ( | UNUSED void ** | state | ) |
Definition at line 479 of file test_amxc_llist.c.
void amxc_llist_it_take_double_check | ( | UNUSED void ** | state | ) |
Definition at line 494 of file test_amxc_llist.c.
void amxc_llist_it_take_null_check | ( | UNUSED void ** | state | ) |
Definition at line 475 of file test_amxc_llist.c.
|
static |
Definition at line 471 of file test_amxc_llist.c.
void amxc_llist_new_delete_check | ( | UNUSED void ** | state | ) |
Definition at line 73 of file test_amxc_llist.c.
void amxc_llist_new_delete_null_check | ( | UNUSED void ** | state | ) |
Definition at line 67 of file test_amxc_llist.c.
void amxc_llist_prepend_check | ( | UNUSED void ** | state | ) |
Definition at line 215 of file test_amxc_llist.c.
void amxc_llist_prepend_move_same_list_check | ( | UNUSED void ** | state | ) |
Definition at line 298 of file test_amxc_llist.c.
void amxc_llist_prepend_null_check | ( | UNUSED void ** | state | ) |
Definition at line 200 of file test_amxc_llist.c.
void amxc_llist_set_at_check | ( | UNUSED void ** | state | ) |
Definition at line 381 of file test_amxc_llist.c.
|
static |
Definition at line 253 of file test_amxc_llist.c.
void amxc_llist_size_check | ( | UNUSED void ** | state | ) |
Definition at line 350 of file test_amxc_llist.c.
void amxc_llist_size_null_check | ( | UNUSED void ** | state | ) |
Definition at line 345 of file test_amxc_llist.c.
void amxc_llist_swap_in_different_llist_check | ( | UNUSED void ** | state | ) |
Definition at line 696 of file test_amxc_llist.c.
void amxc_llist_swap_in_same_llist_check | ( | UNUSED void ** | state | ) |
Definition at line 659 of file test_amxc_llist.c.
void amxc_llist_take_at_check | ( | UNUSED void ** | state | ) |
Definition at line 646 of file test_amxc_llist.c.
|
static |
Definition at line 265 of file test_amxc_llist.c.
|
static |
Definition at line 100 of file test_amxc_llist.c.
void test_amxc_llist_move | ( | UNUSED void ** | state | ) |
Definition at line 771 of file test_amxc_llist.c.
void test_amxc_llist_sort | ( | UNUSED void ** | state | ) |
Definition at line 740 of file test_amxc_llist.c.
|
static |
Definition at line 722 of file test_amxc_llist.c.
|
static |
Definition at line 735 of file test_amxc_llist.c.
|
static |
Definition at line 248 of file test_amxc_llist.c.
|
static |
Definition at line 249 of file test_amxc_llist.c.
|
static |
Definition at line 250 of file test_amxc_llist.c.
|
static |
Definition at line 251 of file test_amxc_llist.c.
|
static |
Definition at line 245 of file test_amxc_llist.c.
|
static |
Definition at line 246 of file test_amxc_llist.c.
|
static |
Definition at line 247 of file test_amxc_llist.c.
|
static |
Definition at line 98 of file test_amxc_llist.c.