FinalState.sctunit 150 B

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