Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚开始使用wiremock,遇到了一个场景,我想用特定的json响应来存根GET请求。
将 json 附加到预期的响应时;
.withBodyFile("product.json"))
我得到异常 java.io.FileNotFoundException: src/test/resources/__files/product.json (没有这样的文件或目录)。
问题是我在这个位置有 json 文件。
如果你是独立运行,你应该确保你的 json 文件在 src/test/resources/__files