StatemachineKeywords.sctunit 184 B

123456789
  1. testclass StatemachineKeywords for statechart StatechartKeywords {
  2. @Test
  3. operation statemachineKeywords(){
  4. enter
  5. assert active(StatechartKeywords.main_region.Timer)
  6. }
  7. }