Unit test for state machine module.
More...
#include "unity_fixture.h"
#include "unitrazer.h"
#include "rkhfwk_dynevt.h"
#include "common.h"
#include "smPseudoTest.h"
#include "smPseudoTestAct.h"
Go to the source code of this file.
|
|
| TEST (pseudostate, firstStateAfterInit) |
|
| TEST (pseudostate, trnToEmptyShallowHistoryWithoutDefaultTrn) |
|
| TEST (pseudostate, trnToLoadedShallowHistoryWithoutDefaultTrn) |
|
| TEST (pseudostate, exitFromCompositeWithLoadedShallowHistory) |
|
| TEST (pseudostate, trnToEmptyDeepHistoryWithoutDefaultTrn) |
|
| TEST (pseudostate, trnToLoadedDeepHistoryWithoutDefaultTrn) |
|
| TEST (pseudostate, exitFromCompositeWithLoadedDeepHistory) |
|
| TEST (pseudostate, trnToEmptyShallowHistoryWithDefaultTrn) |
|
| TEST (pseudostate, trnToLoadedShallowHistoryWithDefaultTrn) |
|
Unit test for state machine module.
Definition in file test_smPseudostate.c.