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.
我正在使用 Rest_assured 框架进行端点测试。我们正在尝试验证通过 json 模式验证返回的 json,但是在通过 Ant 执行时出现json Schema to use cannot be null错误。
json Schema to use cannot be null
JSON 模式是否位于类路径中?当您从 ant 和 IDE 运行测试时,类路径可能会有所不同。