1
The documentationorg.springframework.restdocs.RestDocumentation
には非推奨と記載されています。RestDocumentationクラスは非推奨ですが、代わりに使用する必要がありますか?
私はこのようなJUnitテストでクラスを使用しようとしています:私の代わりに
@Rule
public RestDocumentation restDocumentation = new RestDocumentation("target/generated-snippets");
何クラスを使用すべきですか?