The format is based on Keep a Changelog and this project SOMEWHAT (but not strictly) adheres to Semantic Versioning.
@Unicode
@Numeric
@English
@RandomLong
- Pilot JUni5 Integration, see in docs
@Alphanumeric(length = 1, name = "min boundary")
@Alphanumeric(min = 2, max = 29, name = "middle value")
@Alphanumeric(length = 30, name = "max boundary")
void validationPasses_forValidName(String dogName) {
assertTrue(new Dog(dogName).isValid());
}
unicodeWithoutBoundarySpaces()
returned symbols that were treated as whitespaces byString#trim()
. Now these symbols are also not returned by the method (as well asCharacter#isWhitespace()
andCharacter#isSpaceChar()
).
unicodeWithoutBoundarySpaces()
- Support for
OffsetDateTime
greaterDouble()
- callXxx() Methods:
callOneOf()
,callNoneOrMore()
,callOneOrMore()
- Deprecated:
oneOf()
,noneOrMore()
,oneOrMore()
- Generating random doubles like
positiveDouble()
blankOr(String)
to return one of:null
, empty string, string with spaces, passed string.