assertThat(getResponseContent).containsOnlyOnce("request");
assertThat(getResponseContent).containsOnlyOnce("url: ^/resources/asn/");
assertThat(getResponseContent).containsOnlyOnce("response");
assertThat(getResponseContent).containsOnlyOnce("content-type: application/json");
final String yamlToUpdate = new YamlBuilder()
.newStubbedRequest()
.withUrl("^/resources/something/new")
.withMethodGet()
.withQuery("someKey", "someValue")
.newStubbedResponse()