Skip to content

Release 1.1.3

Compare
Choose a tag to compare
@jlink jlink released this 27 Apr 08:22
  • Whitespace characters for generation of Strings and chars are now
    platform and JDK version dependent.
    See this Github issue.
  • Missing @ForAll annotation will now fail test - instead of skipping it.
    See this Github issue.
  • Added `CharacterArbitrary.with(char ... allowedChars)'
  • Added `CharacterArbitrary.range(char min, char max)'
  • Deprecated `CharacterArbitrary.between(char min, char max)'