Parenthesis.sctunit 158 B

12345678910
  1. testclass Parenthesis for statechart Parenthesis {
  2. @Test
  3. operation simple(){
  4. enter
  5. assert active (Parenthesis.mainRegion.A)
  6. assert erg == 8
  7. }
  8. }