Uses of Interface
kong.unirest.core.Expectation
Packages that use Expectation
-
Uses of Expectation in kong.unirest.core
Methods in kong.unirest.core that return ExpectationModifier and TypeMethodDescriptionA expected body for a requestExpectation.body(BodyMatcher matcher) A matcher for the body for a requestMockClient.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 requestExpectation.queryString(String key, String value) A expected header for a request