summaryrefslogtreecommitdiff
path: root/src/main/java/au/id/zancanaro/javacheck/object
AgeCommit message (Collapse)Author
2015-11-24Add an implicit generator for SetsCarlo Zancanaro
2015-07-06Fix the warnings from the previous commitCarlo Zancanaro
2015-06-10Support enums in the ObjectGeneration stuffCarlo Zancanaro
2015-06-09A few changes, as suggested by static analysisCarlo Zancanaro
2015-06-09Generalise the ObjectGeneration stuffCarlo Zancanaro
The new ObjectGeneration stuff is now used to generate everything for a test case, which means it's all unified and "nice" now. Add a @UseGenerator annotation to be used to specify how to generate specific field values. Obviously, not everything can be generated magically, so if you specify a @DataSource in your test then it will be used in preference to any magically generated value.
2015-06-09Add an ObjectGenerator<>, and related machinery (also a mapOf generator)Carlo Zancanaro