Package pl.kubie.fluentmocks.http.api
Interface HttpStubber
public interface HttpStubber
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringbaseUrl()voidhost()intport()stub()default HttpMockSpecwhen(Consumer<MockHttpRequestSpec> onRequest) default HttpMockSpecwith(Consumer<HttpMockSpec> onStub)
-
Method Details
-
stub
HttpMockSpec stub() -
with
-
when
-
host
String host() -
port
int port() -
clearMocks
void clearMocks() -
baseUrl
-