Uses of Interface
kong.unirest.core.Expectation
-
Packages that use Expectation Package Description kong.unirest.core -
-
Uses of Expectation in kong.unirest.core
Classes in kong.unirest.core that implement Expectation Modifier and Type Class Description (package private) classInvocationFields in kong.unirest.core declared as Expectation Modifier and Type Field Description private ExpectationExpectedResponseRecord. expectationMethods in kong.unirest.core that return Expectation Modifier and Type Method Description ExpectationExpectation. body(java.lang.String body)A expected body for a requestExpectationExpectation. body(BodyMatcher matcher)A matcher for the body for a requestExpectationInvocation. body(java.lang.String body)ExpectationInvocation. body(BodyMatcher matcher)ExpectationMockClient. expect(HttpMethod method)Expect ANY call to a path with this methodExpectationMockClient. expect(HttpMethod method, java.lang.String path)Start an expectation chain.ExpectationExpectation. header(java.lang.String key, java.lang.String value)A expected header for a requestExpectationInvocation. header(java.lang.String key, java.lang.String value)(package private) ExpectationRoutes. newExpectation()ExpectationExpectation. queryString(java.lang.String key, java.lang.String value)A expected header for a requestExpectationInvocation. queryString(java.lang.String key, java.lang.String value)ExpectationExpectation. times(Times never)ExpectationInvocation. times(Times times)Methods in kong.unirest.core with parameters of type Expectation Modifier and Type Method Description (package private) voidExpectedResponseRecord. setExpectation(Expectation invocation)Constructors in kong.unirest.core with parameters of type Expectation Constructor Description ExpectedResponseRecord(Expectation expectation)
-