You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It comes out there is an issue if you are using Lombok annotation @Accessors(chain = true).
Tests couldn't pass and give the following error: bean with valid setter and getter methods for all properties bean of type "..." had an invalid getter/setter for the property "..."
If remove it - then everything works just fine.
But I hope there is possibility to add some extra options or settings, so it could also work with this annotation.
these three hasValidBeanHashCode(), hasValidBeanEquals(), hasValidBeanToString()
produce com.google.code.beanmatchers.AccessorMissingException: missing setter for the property key
The text was updated successfully, but these errors were encountered:
Hi,
It comes out there is an issue if you are using Lombok annotation
@Accessors(chain = true)
.Tests couldn't pass and give the following error:
bean with valid setter and getter methods for all properties bean of type "..." had an invalid getter/setter for the property "..."
If remove it - then everything works just fine.
But I hope there is possibility to add some extra options or settings, so it could also work with this annotation.
Thanks!
simple test itself
PS.
only one assertion works so far... ((
these three
hasValidBeanHashCode(), hasValidBeanEquals(), hasValidBeanToString()
produce com.google.code.beanmatchers.AccessorMissingException: missing setter for the property key
The text was updated successfully, but these errors were encountered: