RKH
test_rkhfwk_evtpool.c File Reference

Unit test for event pool of fwk module. More...

#include "unity_fixture.h"
#include "rkhfwk_evtpool.h"
#include "Mock_rkhtrc_record.h"
#include "Mock_rkhtrc_filter.h"
#include "Mock_rkhmempool.h"
#include "Mock_rkhassert.h"
Include dependency graph for test_rkhfwk_evtpool.c:

Go to the source code of this file.

Functions

Test cases of event pool group
 TEST (evtpool, AfterInitAllEvtPoolAvailable)
 
 TEST (evtpool, GetOneEvtPool)
 
 TEST (evtpool, GetMultipleEvtPool)
 
 TEST (evtpool, Fails_ExceedsMaxAvailableEvtPool)
 
 TEST (evtpool, GetBlockSize)
 
 TEST (evtpool, Fails_GetBlockSizeInvalidInstance)
 
 TEST (evtpool, GetBlock)
 
 TEST (evtpool, Fails_GetBlockInvalidInstance)
 
 TEST (evtpool, PutBlock)
 
 TEST (evtpool, Fails_PutBlockInvalidInstance)
 
 TEST (evtpool, GetNumUsed)
 
 TEST (evtpool, Fails_GetNumUsedInvalidInstance)
 
 TEST (evtpool, GetNumMin)
 
 TEST (evtpool, Fails_GetNumMinInvalidInstance)
 
 TEST (evtpool, GetNumBlock)
 
 TEST (evtpool, Fails_GetNumBlockInvalidInstance)
 

Detailed Description

Unit test for event pool of fwk module.

Definition in file test_rkhfwk_evtpool.c.