Polishing: rename test classes following refactoring in 0c8a7137

This commit is contained in:
Andy Wilkinson
2015-08-18 09:15:50 +01:00
parent 0c8a71370b
commit dfd65f9f10
8 changed files with 8 additions and 8 deletions

View File

@@ -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();

View File

@@ -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";

View File

@@ -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();

View File

@@ -48,7 +48,7 @@ import org.springframework.util.MultiValueMap;
*
* @author Andy Wilkinson
*/
public class LinksDocumentationHandlerTests {
public class LinksSnippetTests {
@Rule
public ExpectedSnippet snippet = new ExpectedSnippet();

View File

@@ -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();

View File

@@ -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();

View File

@@ -48,7 +48,7 @@ import org.springframework.restdocs.test.ExpectedSnippet;
* @author awilkinson
*
*/
public class PathParametersDocumentationHandlerTests {
public class PathParametersSnippetTests {
@Rule
public ExpectedException thrown = ExpectedException.none();

View File

@@ -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();