Unit test for runtime filter of trace module.
More...
#include "unity.h"
#include "rkhtrc_filter.h"
#include "Mock_rkhassert.h"
#include "Mock_rkhfwk_bittbl.h"
#include <string.h>
Go to the source code of this file.
|
|
void | test_getBitIndex0 (void) |
|
void | test_getBitIndexX (void) |
|
void | test_setBitIndex0 (void) |
|
void | test_resetBitIndex0 (void) |
|
void | test_setBitIndexX (void) |
|
void | test_resetBitIndexX (void) |
|
|
void | test_filEventsAreOnAfterInit (void) |
|
void | test_turnOffOneFilEvent (void) |
|
void | test_turnOnOneFilEvent (void) |
|
void | test_turnOffMultipleFilEvent (void) |
|
void | test_allOffFilEvent (void) |
|
void | test_allOnFilEvent (void) |
|
void | test_isOnOffFilEvent (void) |
|
void | test_upperAndLowerBoundsFilEvent (void) |
|
void | test_setAllEventsFromOneGroup (void) |
|
void | test_outOfBoundsProducesRuntimeError (void) |
|
void | test_turnOffOneGroup (void) |
|
void | test_turnOnOneGroup (void) |
|
void | test_allOnOffGroup (void) |
|
void | test_turnOnOffMultipleGroups (void) |
|
void | test_turnOffOneGroupChangedItsEventFilters (void) |
|
void | test_turnOffOneSymFil (void) |
|
void | test_turnOnOneSymFil (void) |
|
void | test_turnOnOffMultipleSymFil (void) |
|
void | test_allOffOnSymFil (void) |
|
void | test_isOnOffSymFil (void) |
|
void | test_upperAndLowerBoundsSymFil (void) |
|
void | test_outOfBoundsProducesRuntimeErrorSymFil (void) |
|
Unit test for runtime filter of trace module.
Definition in file test_rkhtrc_filter.c.