1
The documentation對於org.springframework.restdocs.RestDocumentation
表明它已被棄用。RestDocumentation類已棄用,應該使用什麼?
我想使用這個類在這樣的JUnit測試:
@Rule
public RestDocumentation restDocumentation = new RestDocumentation("target/generated-snippets");
我應該是什麼類使用呢?