Remove deprecated test RestAssuredTemplates class, move test case class
Compare changes
Files
5@@ -15,7 +15,7 @@ import java.util.Optional;
@@ -15,7 +15,7 @@ import java.util.Optional;
@@ -113,27 +113,6 @@ public class TestCaseHelper {
@@ -113,27 +113,6 @@ public class TestCaseHelper {
* Creates a EndpointTestCase object with the desired path, params, and request format. Used to test an invalid request
* @deprecated Will be replaced by {@link this#buildInvalidRequestFormatCase(String, String[], ContentType)}
public static EndpointTestCase buildInvalidFormatCase(String path, String[] params, ContentType invalidFormat) {
* Creates a EndpointTestCase object with the desired path, params, and request format. Used to test an invalid response
* body format. Status code 406 (Not Acceptable) is assumed. While this test case isn't very meaningful when the