不推荐使用RestDocumentation类,我应该使用什么呢?

时间:2017-08-30 17:29:28

标签: java spring spring-restdocs

org.springframework.restdocs.RestDocumentation的{​​{3}}表示已弃用。

我试图在JUnit测试中使用这个类:

@Rule
public RestDocumentation restDocumentation = new RestDocumentation("target/generated-snippets");

我应该使用哪个班级?

1 个答案:

答案 0 :(得分:5)

尝试JUnitRestDocumentation restDocumentation = new JUnitRestDocumentation("target/generated-snippets")