Uses of Interface
kong.unirest.core.Expectation
Packages that use Expectation
-
Uses of Expectation in kong.unirest.core
Classes in kong.unirest.core that implement ExpectationFields in kong.unirest.core declared as ExpectationMethods in kong.unirest.core that return ExpectationModifier and TypeMethodDescriptionA expected body for a requestExpectation.body
(BodyMatcher matcher) A matcher for the body for a requestInvocation.body
(BodyMatcher matcher) MockClient.expect
(HttpMethod method) Expect ANY call to a path with this methodMockClient.expect
(HttpMethod method, String path) Start an expectation chain.A expected header for a request(package private) Expectation
Routes.newExpectation()
Expectation.queryString
(String key, String value) A expected header for a requestInvocation.queryString
(String key, String value) Methods in kong.unirest.core with parameters of type ExpectationModifier and TypeMethodDescription(package private) void
ExpectedResponseRecord.setExpectation
(Expectation invocation) Constructors in kong.unirest.core with parameters of type Expectation