index
:
java-check
master
Property-based testing for Java within JUnit.
Carlo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-06-03
Add some more interesting tests
Carlo Zancanaro
2015-06-02
Fix up some static analysis warnings and improve @DataPoint detection
Carlo Zancanaro
2015-06-01
Make shrinking print where it's up to when signal (ie. ctrl+c) before exiting
Carlo Zancanaro
2015-06-01
Make listOf able to take a min/max length of list
Carlo Zancanaro
2015-06-01
Add some docs to the Generator interface
Carlo Zancanaro
2015-06-01
Fix up static analysis issues (FindBugs and Intellij IDEA analysis)
Carlo Zancanaro
2015-06-01
Rename fmap -> map (apparently that's what Java's going with, see java.util.O...
Carlo Zancanaro
2015-06-01
Fix up list shrinking, remove minor superfluous things
Carlo Zancanaro
2015-06-01
Move packages, make lists shrink in size, generate lists instead of arrays as...
Carlo Zancanaro
2015-06-01
Add @DataSource, allow printing of RoseTrees, other small changes to generators
Carlo Zancanaro
2015-06-01
Just some rearranging, renaming and clean-up
Carlo Zancanaro
2015-05-31
Lots more updates
Carlo Zancanaro
2015-05-31
Improve lots of things
Carlo Zancanaro
2015-05-31
Better code, based off ParentRunner among other things
Carlo Zancanaro
2015-05-30
Initial commit: only works for plain int typed arguments
Carlo Zancanaro