Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Exercise the suite definition. There is no need for '.ecf' files
  • Allows for very easy experimentation.
  • Can be done on the client side, no need for server
  • Can help in detecting deadlock's
  • Will simulate with both 'real' and 'hybrid' clocks
  • A year's simulation can be done in a few seconds
  • Can be added as a unit test, to prevent regressions

The simulation relies on you adding simple verification attributes. (This is similar to c/c++/python asserts). These can be added on a task, family and suite.

...