org.springframework.restdocs.RestDocumentation
的{{3}}表示已弃用。
我试图在JUnit测试中使用这个类:
@Rule
public RestDocumentation restDocumentation = new RestDocumentation("target/generated-snippets");
我应该使用哪个班级?
答案 0 :(得分:5)
尝试JUnitRestDocumentation restDocumentation = new JUnitRestDocumentation("target/generated-snippets")