Package com.epages.restdocs
Class RestDocumentation
- java.lang.Object
-
- com.epages.restdocs.RestDocumentation
-
public abstract class RestDocumentation extends java.lang.ObjectConvenience helper for running Spring REST Docs in JUnit.
-
-
Constructor Summary
Constructors Constructor Description RestDocumentation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.restdocs.JUnitRestDocumentationusingGradleDir()static org.springframework.restdocs.JUnitRestDocumentationusingMavenDir()
-
-
-
Method Detail
-
usingGradleDir
public static org.springframework.restdocs.JUnitRestDocumentation usingGradleDir()
- Returns:
- JUnit
TestRulefor Spring REST Docs, preconfigured for writing to build/generated-snippets.
-
usingMavenDir
public static org.springframework.restdocs.JUnitRestDocumentation usingMavenDir()
- Returns:
- JUnit
TestRulefor Spring REST Docs, preconfigured for writing to target/generated-snippets.
-
-