EntryChoice.sctunit 184 B

12345678910
  1. testclass EntryChoice for statechart EntryChoice {
  2. @Test
  3. operation EntryChoiceTest(){
  4. enter
  5. proceed 1 cycle
  6. proceed 1 cycle
  7. assert active ( EntryChoice.main_region.A )
  8. }
  9. }