Polishing: rename test classes following refactoring in 0c8a7137
This commit is contained in:
@@ -50,7 +50,7 @@ import org.springframework.restdocs.test.ExpectedSnippet;
|
||||
* @author Dmitriy Mayboroda
|
||||
* @author Jonathan Pearlin
|
||||
*/
|
||||
public class CurlRequestDocumentationHandlerTests {
|
||||
public class CurlRequestSnippetTests {
|
||||
|
||||
@Rule
|
||||
public ExpectedSnippet snippet = new ExpectedSnippet();
|
||||
@@ -52,7 +52,7 @@ import org.springframework.restdocs.test.ExpectedSnippet;
|
||||
* @author Jonathan Pearlin
|
||||
*
|
||||
*/
|
||||
public class HttpRequestDocumentationHandlerTests {
|
||||
public class HttpRequestSnippetTests {
|
||||
|
||||
private static final String BOUNDARY = "6o2knFse3p53ty9dmcQvWAIx1zInP11uCfbm";
|
||||
|
||||
@@ -45,7 +45,7 @@ import org.springframework.restdocs.test.ExpectedSnippet;
|
||||
* @author Andy Wilkinson
|
||||
* @author Jonathan Pearlin
|
||||
*/
|
||||
public class HttpResponseDocumentationHandlerTests {
|
||||
public class HttpResponseSnippetTests {
|
||||
|
||||
@Rule
|
||||
public final ExpectedSnippet snippet = new ExpectedSnippet();
|
||||
@@ -48,7 +48,7 @@ import org.springframework.util.MultiValueMap;
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
public class LinksDocumentationHandlerTests {
|
||||
public class LinksSnippetTests {
|
||||
|
||||
@Rule
|
||||
public ExpectedSnippet snippet = new ExpectedSnippet();
|
||||
@@ -49,7 +49,7 @@ import org.springframework.restdocs.test.ExpectedSnippet;
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
public class RequestFieldsDocumentationHandlerTests {
|
||||
public class RequestFieldsSnippetTests {
|
||||
|
||||
@Rule
|
||||
public final ExpectedException thrown = ExpectedException.none();
|
||||
@@ -43,7 +43,7 @@ import org.springframework.restdocs.test.ExpectedSnippet;
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
public class ResponseFieldsDocumentationHandlerTests {
|
||||
public class ResponseFieldsSnippetTests {
|
||||
|
||||
@Rule
|
||||
public final ExpectedException thrown = ExpectedException.none();
|
||||
@@ -48,7 +48,7 @@ import org.springframework.restdocs.test.ExpectedSnippet;
|
||||
* @author awilkinson
|
||||
*
|
||||
*/
|
||||
public class PathParametersDocumentationHandlerTests {
|
||||
public class PathParametersSnippetTests {
|
||||
|
||||
@Rule
|
||||
public ExpectedException thrown = ExpectedException.none();
|
||||
@@ -48,7 +48,7 @@ import org.springframework.restdocs.test.ExpectedSnippet;
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
public class QueryParametersDocumentationHandlerTests {
|
||||
public class QueryParametersSnippetTests {
|
||||
|
||||
@Rule
|
||||
public ExpectedException thrown = ExpectedException.none();
|
||||
Reference in New Issue
Block a user