NullCheck.sctunit 224 B

12345678910111213
  1. package tests
  2. testclass NullCheck for statechart NullCheck {
  3. operation SimpleNullCheckTest(){
  4. enter
  5. assert active(NullCheck.main_region.A)
  6. cycle
  7. assert active(NullCheck.main_region.B)
  8. }
  9. }