Class WireMockHttpRequestSpec
java.lang.Object
pl.kubie.fluentmocks.http.wiremock.WireMockHttpRequestSpec
- All Implemented Interfaces:
MockHttpRequestMethodSpec,MockHttpRequestSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody(Consumer<RequestBody> bodyCustomization) com.github.tomakehurst.wiremock.client.MappingBuildermapping()com.github.tomakehurst.wiremock.matching.RequestPatternBuilderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.kubie.fluentmocks.http.api.request.MockHttpRequestMethodSpec
methodMethods inherited from interface pl.kubie.fluentmocks.http.api.request.MockHttpRequestSpec
url
-
Constructor Details
-
WireMockHttpRequestSpec
-
-
Method Details
-
url
- Specified by:
urlin interfaceMockHttpRequestSpec
-
method
- Specified by:
methodin interfaceMockHttpRequestMethodSpec
-
header
- Specified by:
headerin interfaceMockHttpRequestSpec
-
cookie
- Specified by:
cookiein interfaceMockHttpRequestSpec
-
body
- Specified by:
bodyin interfaceMockHttpRequestSpec
-
mapping
public com.github.tomakehurst.wiremock.client.MappingBuilder mapping() -
requestPattern
public com.github.tomakehurst.wiremock.matching.RequestPatternBuilder requestPattern()
-