Skip to content

arosien/better-testing-with-scalacheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Better Testing with Scalacheck

Check out the repo:

$ git clone git@github.com:arosien/better-testing-with-scalacheck.git

Make sure everything compiles and runs:

$ cd better-testing-with-scalacheck

$ sbt test
...
[error] Error: Total 13, Failed 0, Errors 8, Passed 5
[error] Error during tests:
[error]   diamond.DiamondKataTest
[error]   simple.StringProperties
[error]   stateful.CounterProperties
[error] (test:test) sbt.TestsFailedException: Tests unsuccessful

It's ok that the tests fail, we haven't written them all yet!

References

Libraries:

Main sources:

Examples:

Even more property-based testing:

Nerdy stuff:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages