@hackage PropRatt0.2.0.0
Property-based testing framework for testing asynchronous FRP programs.
Categories
License
BSD-3-Clause
Maintainer
paba@itu.dk
Links
Versions
Installation
Dependencies (4)
- AsyncRattus >=0.2 && <0.3
- QuickCheck >2.10 && <3
- base >=4.7 && <5
- containers >=0.6.5 && <0.8 Show all…
Dependents (0)
PropRatt
PropRatt is a Haskell framework for testing AsyncRattus using property-based testing.
Overview
- The main example file contains example specifications that test signal combinators of the Async Rattus library.
- The timer example file contains the timer example from the paper.
- The implementation of the specification language can be found in the PropRatt.LTL module.
Running examples
Using stack:
stack run main-examplestack run timer-example
Using cabal:
cabal run main-examplecabal run timer-example