作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我从这个例子中得到了以下两行:https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider
consumer.setPactFile(new File("target/pacts/ping_client-ping_service.json"));
testConsumerPact = (Pact) PactReader.loadPact(consumer.getPactFile());
它们会产生以下消息:
The method getPactFile() from the type ConsumerInfo is deprecated
用什么代替?
感谢您提前提供的帮助。
最佳答案
如果您希望使用 JUnit 验证 PACT 作为提供者,您可以按照此操作:
https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider-junit
关于java - ConsumerInfo 类型中的 getPactFile() 方法已弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45302163/
我从这个例子中得到了以下两行:https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider consumer.setPactFile(n
我是一名优秀的程序员,十分优秀!