NullCheck.sctunit 193 B

12345678910111213
  1. testgroup NullCheck for statechart NullCheck {
  2. test SimpleNullCheckTest {
  3. enter
  4. assert active(NullCheck.main_region.A)
  5. cycle
  6. assert active(NullCheck.main_region.B)
  7. }
  8. }