by hampusr
JCheck is a testing tool for Java similar to QuickCheck for Haskell. The programmer provides a specification which then is tested using a large number of random test cases. JCheck integrates with JUnit making it easy to mix with usual unit tests.
JCheck is a specification based random testing tool that integrates with the newly released JUnit 4.5. Now random testing is easy for all to use and it integrates well with your usual JUnit tools for problem free development.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use