reflector.getSetterType
in ReflectorTest
can return String
, Integer
, and boolean
these three type. However the test assertTrue
includes two types. So, the test can fail when reflector.getSetterType
return boolean
.
This PR proposes to add test a condition so that the test is deterministic.
Comment From: harawata
Thank you, @testfixer !