Class HttpAssert
java.lang.Object
com.adobe.cq.testing.junit.assertion.HttpAssert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertContentTypeEquals(org.apache.http.HttpResponse response) static voidassertParameter(String pathOrURL, String parameter, String value) static voidassertURLPathEquals(String expected, String loc) static StringextractPath(String pathOrURL) parseParameters(String query) static URL
-
Constructor Details
-
HttpAssert
public HttpAssert()
-
-
Method Details
-
assertContentTypeEquals
public static void assertContentTypeEquals(org.apache.http.HttpResponse response) -
parseURL
-
extractPath
-
assertURLPathEquals
- Throws:
MalformedURLException
-
parseParameters
-
assertParameter
-