LogicalOr.sctunit 190 B

123456789101112
  1. testgroup LogicalOrTests for statechart LogicalOr {
  2. test operandEvaluationOrder {
  3. enter
  4. cycle
  5. assert x == 4 && b "logical or expression was executed in wrong order..."
  6. }
  7. }