We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fed499c
JavaBeanReportingFormat
SampleReportingFormat.reportJavaBean(..)
Arbitraries.lazy() did not allow exhaustive generation but does now.
Arbitraries.lazy()
SampleReportingFormat.reportJavaBean(..) can now handle methods named is or get.
is
get
SampleReportingFormat.reportJavaBean(..) can now handle properties that return Optional<T>.
Optional<T>