LogicalAnd.sctunit 193 B

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