advancedtelematic / quickcheck-state-machine

Test monadic programs using state machine based models
Other
203 stars 25 forks source link

Provide more examples #31

Open stevana opened 7 years ago

stevana commented 7 years ago

Some ideas:

stevana commented 7 years ago

Die hard example was introduced in #33.

stevana commented 7 years ago

Union/find example was added in #82.

stevana commented 7 years ago

Ticket dispenser example was added in #95.

stevana commented 7 years ago

CRUD webserver example added in #145.

stevana commented 7 years ago

Circular buffers example was added in #151.

stevana commented 5 years ago

Process registry example was added in #282.

stevana commented 5 years ago

For an example of a distributed system, see: https://github.com/adjoint-io/raft/blob/master/test/QuickCheckStateMachine.hs.

stevana commented 5 years ago

Union/find was reintroduced in #286.

stevana commented 5 years ago

Bookstore example was introduced in #332.