作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
`java.lang.LinkageError: loader constraint violation: when resolving overridden method "com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshal
`Exception(Lorg/xml/sax/SAXException;)Ljavax/xml/bind/UnmarshalException;" the class loader (instance of org/powermock/core/classloader/MockClassLoader) of the current class, com/sun/xml/bind/v2/runtime/unmarshaller/UnmarshallerImpl, and its superclass loader (instance of <bootloader>), have different Class objects for the type org/xml/sax/SAXException used in the signature
我正在使用 Powermock 在 JUNIT 测试用例中模拟静态类。由于我的 junit 使用 xml 文件,因此我收到了一些错误,并且我必须使用 powermock 忽略,如下所示。
@PowerMockIgnore({ "javax.xml.*"})
@RunWith(PowerMockRunner.class)
我收到链接错误以及以下错误。请指教
javax.xml.transform.TransformerFactoryConfigurationError: Provider for class javax.xml.transform.TransformerFactory cannot be created
最佳答案
我在 powermockignore 中使用了所有三个导入后问题已解决
@PowerMockIgnore({
"javax.xml.*",
"org.xml.*",
"org.w3c.*"
})
关于java - 将 Powerclass 用于使用 JAXB 的测试类时出现链接错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51755308/
`java.lang.LinkageError: loader constraint violation: when resolving overridden method "com.sun.xml.
我是一名优秀的程序员,十分优秀!