RKH
Transition test group

Test cases of transition group

 TEST (transition, firstStateAfterInit)
 
 TEST (transition, simpleToSimpleAtEqualLevel)
 
 TEST (transition, simpleToSimpleFromHighToLowLevel)
 
 TEST (transition, simpleToSimpleFromLowToHighLevel)
 
 TEST (transition, simpleToCompositeAtEqualLevel)
 
 TEST (transition, simpleToCompositeFromHighToLowLevel)
 
 TEST (transition, simpleToCompositeFromLowToHighLevel)
 
 TEST (transition, compositeToSimpleAtEqualLevel)
 
 TEST (transition, compositeToSimpleFromHighToLowLevel)
 
 TEST (transition, loopSimpleStateOnTop)
 
 TEST (transition, loopNestedSimpleState)
 
 TEST (transition, loopCompositeStateOnTop)
 
 TEST (transition, loopNestedCompositeState)
 
 TEST (transition, compositeToSimpleFromLowToHighLevel)
 
 TEST (transition, compositeToCompositeAtEqualLevel)
 
 TEST (transition, compositeToCompositeFromHighToLowLevel)
 
 TEST (transition, compositeToCompositeFromLowToHighLevel)
 
 TEST (transition, internalInSimpleState)
 
 TEST (transition, internalInCompositeState)
 
 TEST (transition, fails_EventNotFound)
 
 TEST (transition, fails_GuardFalse)
 
 TEST (transition, fails_ExceededHierarchicalLevel)
 
 TEST (transition, multipleEnabledTrn_FiringFirstTrueGuard)
 
 TEST (transition, multipleEnabledTrn_FiringFirstEmptyGuard)
 
 TEST (transition, defaultTrnWithAssociatedEffect)
 
 TEST (transition, generatedCompletionEventBySimpleState)
 
 TEST (transition, generatedCompletionEventByFinalState)
 
 TEST (transition, syncDispatchingToStateMachine)
 

Detailed Description