Unit test for dyncamic event of fwk module.
More...
#include "unity.h"
#include "rkhfwk_dynevt.h"
#include "Mock_rkhassert.h"
#include "Mock_rkhfwk_evtpool.h"
#include "Mock_rkhtrc_record.h"
#include "Mock_rkhtrc_filter.h"
#include "Mock_rkhport.h"
Go to the source code of this file.
|
|
void | test_RegisterOneEventPool (void) |
|
void | test_RegisterMultipleEventPool (void) |
|
void | test_Fails_ExceedsNumberOfAllowedEventPools (void) |
|
void | test_Fails_UnavailablePool (void) |
|
void | test_Fails_TriesAllocateOneEvtWithoutAssignedPool (void) |
|
void | test_AllocateOneEvt (void) |
|
void | test_Fails_ExceededBlockSize (void) |
|
void | test_Fails_UnavailableBlockFromPool (void) |
|
void | test_ReservesOneEvt (void) |
|
void | test_TriesRecycleNotReferencedEvt (void) |
|
void | test_TriesRecycleMultipleReferencedEvt (void) |
|
void | test_RecycleEvt (void) |
|
void | test_Fails_OnRecycleEvtNullPool (void) |
|
void | test_Fails_OnRecycleEvtWrongPool (void) |
|
Unit test for dyncamic event of fwk module.
Definition in file test_rkhfwk_dynevt.c.