for ( Entry<String, Matcher<?>> matcher : contentMatchers.entrySet() ) {
responseSpecification.content( matcher.getKey(), matcher.getValue() );
}
}
Response response = responseSpecification.when().get( gatewayPath );
if ( contentMatchers == null || contentMatchers.isEmpty() ) {
switch( contentType ) {
case JSON:
MatcherAssert.assertThat( response.getBody().asString(),