|
|
@ -62,8 +62,9 @@ public class RestDocsAutoConfigurationAdvancedConfigurationIntegrationTests {
|
|
|
|
private RestDocumentationResultHandler document;
|
|
|
|
private RestDocumentationResultHandler document;
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
|
|
|
|
@Deprecated
|
|
|
|
public void snippetGeneration() throws Exception {
|
|
|
|
public void snippetGeneration() throws Exception {
|
|
|
|
this.document.document(links(
|
|
|
|
this.document.snippets(links(
|
|
|
|
linkWithRel("self").description("Canonical location of this resource")));
|
|
|
|
linkWithRel("self").description("Canonical location of this resource")));
|
|
|
|
this.mvc.perform(get("/"));
|
|
|
|
this.mvc.perform(get("/"));
|
|
|
|
File defaultSnippetsDir = new File(
|
|
|
|
File defaultSnippetsDir = new File(
|
|
|
|