Hamcrest assertion of boolean fields with an "is" prefix getter method
Hamcrest uses internally the java.beans.PropertyDescriptor
that implements the standard JavaBean
behaviour, allowing the is
just for the boolean primitive types.
I'm afraid you will have to create your own Matcher
(something like hasGetterValue)