FinalState.sctunit 144 B

12345678910
  1. testclass FinalState for statechart FinalState{
  2. @Test
  3. operation StatechartNameTest(){
  4. enter
  5. proceed 1 cycle
  6. assert is_final
  7. }
  8. }