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:
committed by
Andy Wilkinson
parent
3e12e808b0
commit
37f313c766
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user