Move UriModifyingOperationPreprocessor to core project

This functionality does not rely on RestAssured, and could prove
useful to other Spring REST Docs extensions.

See gh-493
This commit is contained in:
Joe McCall
2018-03-16 10:00:30 -04:00
committed by Andy Wilkinson
parent 3e12e808b0
commit 37f313c766
5 changed files with 631 additions and 213 deletions

View File

@@ -41,7 +41,9 @@ import static org.junit.Assert.assertThat;
* Tests for {@link UriModifyingOperationPreprocessor}.
*
* @author Andy Wilkinson
* @deprecated use {@link org.springframework.restdocs.operation.preprocess.UriModifyingOperationPreprocessorTests} instead
*/
@Deprecated
public class UriModifyingOperationPreprocessorTests {
private final OperationRequestFactory requestFactory = new OperationRequestFactory();