Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 228 Bytes

property-based-testing

Haskell

  • Run all tests: stack test
  • Build exe: stack build
  • Start app: stack exec pbt-examples-exe

Java

  • Run all tests: ./gradlew test
  • Start app: java -cp build/classes/main/ ?