FloatModulo.sctunit 138 B

12345678910
  1. testclass FloatModulo for statechart FloatModulo {
  2. @Test
  3. operation test() {
  4. enter
  5. proceed 1 cycle
  6. assert is_final
  7. }
  8. }