Sync docs from 2.0.x to gh-pages

This commit is contained in:
buildmaster
2017-10-11 16:50:53 +00:00
parent 84fd069680
commit 2ffeaa286f
30 changed files with 145 additions and 89 deletions

View File

@@ -535,7 +535,7 @@ the Stub Runner server. It will be available at port <code class="literal">8750<
def response = RestAssuredMockMvc.get(<span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">"/stubs/${stubId}"</span>)
then:
response.statusCode == <span class="hl-number">200</span>
response.body.as(Integer) &gt; <span class="hl-number">0</span>
Integer.valueOf(response.body.asString()) &gt; <span class="hl-number">0</span>
where:
stubId &lt;&lt; [<span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">'org.springframework.cloud.contract.verifier.stubs:bootService:+:stubs'</span>,
<span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">'org.springframework.cloud.contract.verifier.stubs:bootService:0.0.1-SNAPSHOT:stubs'</span>,