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"
Go to the source code of this file.
|
|
| 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) |
|
Unit test for event pool of fwk module.
Definition in file test_rkhfwk_evtpool.c.