quicktheories / QuickTheories

Property based testing for Java 8
Apache License 2.0
505 stars 51 forks source link

Added charArrays which avoid boxing, and added base32 and geohash encoding #56

Open dcapwell opened 5 years ago

dcapwell commented 5 years ago

This PR adds a generate for char[] which avoids boxing (avoid using Character) and simple generators for base32 and geohash encoding.