Issues
- 6
Plans to support JUnit 5
#139 opened by charlesxucheng - 1
Deep-annotation search for any annotations
#173 opened by pholser - 5
Generate values outside of property parameters
#211 opened by sir4ur0n - 9
Improve Constraint Documentation
#163 opened by aaron868 - 3
Allow changing defaults for @Property
#170 opened by csamak - 4
- 7
JUnit 5 v/s `junit-quickcheck`
#189 opened by felix91gr - 16
- 5
Allow creating sub-annotation from @Property
#207 opened by walkowl - 2
StringGenerator always returns empty string
#206 opened by jon-hanson - 3
Add licensing information
#204 opened by kshirsagarps - 5
Lack of good example suite?
#200 opened by fulara - 0
If no values found to satisfy assumptions, don't fail the test, but note the condition
#201 opened by pholser - 4
- 17
Generate Entity with Hashmaps with min size=1
#186 opened by Baasie - 6
Collection size is tied to trial count
#187 opened by precupqdm - 3
Messages aren't easy to understand
#193 opened by Jiehong - 6
Compile error in sample code
#194 opened by taka2 - 3
Generating multiple POJOs that share data
#192 opened by menzenski - 4
assumption compatibility with http://google.github.io/truth and junit 4.12
#190 opened by matonthecat - 8
Only shrinking first of two parameters
#175 opened by csamak - 1
Allow for global frequency
#182 opened by jeremyheiler - 5
Support for showing what values were actually used?
#171 opened by ryanstull - 8
Generation of edge cases
#140 opened by akafred - 6
- 10
- 6
- 10
Cannot register auto generators
#172 opened by writeoncereadmany - 8
Make `discardRatio == 0` behave as advertised; have a way to cut off after too many discards
#166 opened by pholser - 6
- 4
The readme should include some sample code
#158 opened by stephanenicolas - 4
Add "exhaustive" mode to Property
#125 opened by pholser - 2
UUID generator
#161 opened by MichalKononenko - 2
ValuesOf implementations introduce correlated behavior
#160 opened by fugu13 - 6
New Kotlin annotation recursion issue
#157 opened by fugu13 - 6
`AssertionError` while shrinking
#155 opened by aelred - 1
- 1
- 3
API Ergonimics
#150 opened by mspiegel - 2
Constrain the length of a string
#149 opened by jeremyheiler - 4
- 5
Exception on using arrays in contract test
#144 opened by bheisler - 2
StringGenerator not found.
#145 opened by qwelyt - 2
Support Java 7
#141 opened by wbazant - 0
Support `@Property` on interface default methods
#136 opened by pholser - 0
Add SourceOfRandomness.toJDKRandom()
#134 opened by pholser - 3
- 1
@From(Fields.class) need to ignore final fields
#130 opened by m0smith - 4
Have PropertyFalsifier include the error message in the first line of the message
#127 opened by m0smith - 11
Exception from shrunk example is not logged
#124 opened by tinkerware