RKH
test_smPseudostate.c File Reference

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"
Include dependency graph for test_smPseudostate.c:

Go to the source code of this file.

Functions

Test cases of pseudostate group
 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)
 

Detailed Description

Unit test for state machine module.

Definition in file test_smPseudostate.c.