theCore C++ embedded framework
aux_unit.cpp File Reference
#include "memory.hpp"
#include <new>
#include <CppUTest/TestHarness.h>
#include <CppUTest/CommandLineTestRunner.h>
#include <CppUTestExt/MockSupport.h>
Include dependency graph for aux_unit.cpp:

Data Structures

struct  mock_aux
 

Functions

void init_aux (void *in)
 
 TEST_GROUP (aux)
 
 TEST (aux, constructed)
 
 TEST (aux, destroy_called_and_state_not_changed)
 
 TEST (aux, inc_dec_get_methods)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ init_aux()

void init_aux ( void *  in)

◆ TEST_GROUP()

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

◆ TEST() [1/3]

TEST ( aux  ,
constructed   
)

◆ TEST() [2/3]

TEST ( aux  ,
destroy_called_and_state_not_changed   
)

◆ TEST() [3/3]

TEST ( aux  ,
inc_dec_get_methods   
)

◆ main()

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