LogicalAnd.sctunit 221 B

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