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

zer*_*pha 2 java spring spring-restdocs

该文档org.springframework.restdocs.RestDocumentation,它已被弃用状态.

我试图在这样的JUnit测试中使用该类:

@Rule
public RestDocumentation restDocumentation = new RestDocumentation("target/generated-snippets");
Run Code Online (Sandbox Code Playgroud)

我应该使用什么课?

Raf*_*afa 5

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