public class HttpAssert extends Object
Constructor and Description |
---|
HttpAssert() |
Modifier and Type | Method and Description |
---|---|
static void |
assertContentTypeEquals(org.apache.http.HttpResponse response) |
static void |
assertParameter(String pathOrURL,
String parameter,
String value) |
static void |
assertURLPathEquals(String expected,
String loc) |
static String |
extractPath(String pathOrURL) |
static Map<String,String> |
parseParameters(String query) |
static URL |
parseURL(String pathOrURL) |
public static void assertContentTypeEquals(org.apache.http.HttpResponse response)
public static void assertURLPathEquals(String expected, String loc) throws MalformedURLException
MalformedURLException
Copyright © 2018. All rights reserved.