theCore C++ embedded framework
list_unit.cpp File Reference
#include <iostream>
#include <ecl/list.hpp>
#include <array>
#include <algorithm>
#include <CppUTest/TestHarness.h>
#include <CppUTest/CommandLineTestRunner.h>
#include <CppUTestExt/MockSupport.h>
Include dependency graph for list_unit.cpp:

Data Structures

struct  dummy_data
 

Functions

 TEST_GROUP (list_node)
 
 TEST (list_node, empty_basic)
 
 TEST (list_node, add_before_and_after_and_then_unlink)
 
 TEST_GROUP (list)
 
 TEST (list, push_back)
 
 TEST (list, begin_end)
 
 TEST (list, iteration)
 
int main (int argc, char *argv[])
 

Variables

struct dummy_data __attribute__
 

Function Documentation

◆ TEST_GROUP() [1/2]

TEST_GROUP ( list_node  )

◆ TEST() [1/5]

TEST ( list_node  ,
empty_basic   
)
Here is the call graph for this function:

◆ TEST() [2/5]

TEST ( list_node  ,
add_before_and_after_and_then_unlink   
)
Here is the call graph for this function:

◆ TEST_GROUP() [2/2]

TEST_GROUP ( list  )
Here is the call graph for this function:

◆ TEST() [3/5]

TEST ( list  ,
push_back   
)
Here is the call graph for this function:

◆ TEST() [4/5]

TEST ( list  ,
begin_end   
)

◆ TEST() [5/5]

TEST ( list  ,
iteration   
)
Here is the call graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ __attribute__

struct less_than_block __attribute__