EntryExitSelfTransition.sctunit 196 B

123456789101112131415
  1. testgroup EntryExitSelfTransition for statechart EntryExitSelfTransition{
  2. test EntryExitSelfTransitionTest {
  3. enter
  4. cycle
  5. assert x == 1
  6. raise e
  7. cycle
  8. assert x == 3
  9. }
  10. }