Unit test for event pool of fwk module.
More...
#include <string.h>
#include "unity.h"
#include "rkhfwk_evtpool.h"
#include "Mock_rkhtrc_record.h"
#include "Mock_rkhtrc_filter.h"
#include "Mock_rkhmempool.h"
#include "Mock_rkhassert.h"
Go to the source code of this file.
|
|
void | test_AfterInitAllEvtPoolAvailable (void) |
|
void | test_GetOneEvtPool (void) |
|
void | test_GetMultipleEvtPool (void) |
|
void | test_Fails_ExceedsMaxAvailableEvtPool (void) |
|
void | test_GetBlockSize (void) |
|
void | test_Fails_GetBlockSizeInvalidInstance (void) |
|
void | test_GetBlock (void) |
|
void | test_Fails_GetBlockInvalidInstance (void) |
|
void | test_PutBlock (void) |
|
void | test_Fails_PutBlockInvalidInstance (void) |
|
void | test_GetNumUsed (void) |
|
void | test_Fails_GetNumUsedInvalidInstance (void) |
|
void | test_GetNumMin (void) |
|
void | test_Fails_GetNumMinInvalidInstance (void) |
|
void | test_GetNumBlock (void) |
|
void | test_Fails_GetNumBlockInvalidInstance (void) |
|
Unit test for event pool of fwk module.
Definition in file test_rkhfwk_evtpool.c.