Testsuite: org.apache.fop.fo.properties.CommonAccessibilityHolderTestCase
Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.011 sec
Testcase: bindMustSetRoleAndSourceDoc took 0.01 sec
Caused an ERROR
Cannot mock/spy class
org.apache.fop.fo.properties.CommonBorderPaddingBackground
Mockito cannot mock/spy following:
- final classes
- anonymous classes
- primitive types
org.mockito.exceptions.base.MockitoException:
Cannot mock/spy class
org.apache.fop.fo.properties.CommonBorderPaddingBackground
Mockito cannot mock/spy following:
- final classes
- anonymous classes
- primitive types
at
org.apache.fop.fo.properties.PropertyListMocks.mockCommonBorderPaddingBackgroundProps(PropertyListMocks.java:85)
at
org.apache.fop.fo.properties.CommonAccessibilityHolderTestCase.mockPropertyList(CommonAccessibilityHolderTestCase.java:110)
at
org.apache.fop.fo.properties.CommonAccessibilityHolderTestCase.bindMustSetRoleAndSourceDoc(CommonAccessibilityHolderTestCase.java:93)