LogicalAnd.sctunit 220 B

123456789101112
  1. package tests
  2. testclass LogicalAndTests for statechart LogicalAnd {
  3. operation operandEvaluationOrder(){
  4. enter
  5. cycle
  6. assert x == 4 && b message "logical and expression was executed in wrong order..."
  7. }
  8. }