ValuedEvents.sctunit 222 B

1234567891011
  1. testgroup ValuedEvents for statechart ValuedEvents {
  2. test valuedEventsTest {
  3. enter
  4. cycle
  5. assert active(ValuedEvents.main_region.A)
  6. assert active (ValuedEvents._region1.C)
  7. assert myVar == 42
  8. }
  9. }