-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Undefined
One of the failures on our runs using SE 15[1] is:
org.mockito.exceptions.base.MockitoException: Cannot call abstract real method on java object! Calling real methods is only possible when mocking non abstract method. //correct example: when(mockOfConcreteClass.nonAbstractMethod()).thenCallRealMethod(); org.mockito.exceptions.base.MockitoException: Cannot call abstract real method on java object! Calling real methods is only possible when mocking non abstract method. //correct example: when(mockOfConcreteClass.nonAbstractMethod()).thenCallRealMethod(); at org.wildfly.clustering.ejb.infinispan.bean.InfinispanBean.isExpired(InfinispanBean.java:79) at org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanTestCase.isExpired(InfinispanBeanTestCase.java:97)
[1] https://ci.wildfly.org/viewLog.html?buildId=255309&tab=buildResultsDiv&buildTypeId=WF_Ee9LinuxJdk15
- is cloned by
-
JBEAP-22386 InfinispanBean.isExpired fails with SE 15
- Closed
- is incorporated by
-
WFCORE-5400 Upgrade Mockito to 3.x
- Closed
-
WFLY-14888 Upgrade bytebuddy to 1.11.12
- Closed