Class RestDocsTestExecutionListener

java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
All Implemented Interfaces:
Ordered, TestExecutionListener

public class RestDocsTestExecutionListener extends AbstractTestExecutionListener
A TestExecutionListener for Spring REST Docs that removes the need for a @Rule when using JUnit or manual before and after test calls when using TestNG.
Since:
1.4.0
Author:
Andy Wilkinson