final TestHttpResponse httpResponse;
final String defaultWfs11OutputFormat = "text/xml; subtype=gml/3.1.1";
httpResponse = new TestHttpResponse(defaultWfs11OutputFormat, "UTF-16", responseContent);
TestHttpProtocol mockHttp = new TestHttpProtocol(httpResponse);
createTestProtocol(GEOS_ARCHSITES.CAPABILITIES, mockHttp, new GeoServerStrategy());
Query query = new Query(GEOS_ARCHSITES.FEATURETYPENAME);
GetFeature getFeature = new GetFeatureQueryAdapter(query, defaultWfs11OutputFormat,
"EPSG:4326", ResultType.RESULTS);