Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
Description
The current implementation of the VoidMethodsTestCase doesn't make sure, that the voidAccessor field is acutally set. If the call in setUp would return null, most tests would pass anyway because they expect a NPE. For this reason the setUp should make sure, that voidAccessor is set to an instance of NullBeanAcessor.