Fix WireMockRestDocs javadoc (#442)
This commit is contained in:
committed by
Marcin Grzejszczak
parent
143acc4ae2
commit
a90ec81258
@@ -33,7 +33,7 @@ package org.springframework.cloud.contract.wiremock.restdocs;
|
||||
* public void contextLoads() throws Exception {
|
||||
* mockMvc.perform(get("/resource"))
|
||||
* .andExpect(content().string("Hello World"))
|
||||
* .andDo(verify().contract("resource"));
|
||||
* .andDo(verify().stub("resource"));
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user