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) class
Invocation
Fields in kong.unirest.core declared as Expectation Modifier and Type Field Description private Expectation
ExpectedResponseRecord. expectation
Methods in kong.unirest.core that return Expectation Modifier and Type Method Description Expectation
Expectation. body(java.lang.String body)
A expected body for a requestExpectation
Expectation. body(BodyMatcher matcher)
A matcher for the body for a requestExpectation
Invocation. body(java.lang.String body)
Expectation
Invocation. body(BodyMatcher matcher)
Expectation
MockClient. expect(HttpMethod method)
Expect ANY call to a path with this methodExpectation
MockClient. expect(HttpMethod method, java.lang.String path)
Start an expectation chain.Expectation
Expectation. header(java.lang.String key, java.lang.String value)
A expected header for a requestExpectation
Invocation. header(java.lang.String key, java.lang.String value)
(package private) Expectation
Routes. newExpectation()
Expectation
Expectation. queryString(java.lang.String key, java.lang.String value)
A expected header for a requestExpectation
Invocation. queryString(java.lang.String key, java.lang.String value)
Expectation
Expectation. times(Times never)
Expectation
Invocation. times(Times times)
Methods in kong.unirest.core with parameters of type Expectation Modifier and Type Method Description (package private) void
ExpectedResponseRecord. setExpectation(Expectation invocation)
Constructors in kong.unirest.core with parameters of type Expectation Constructor Description ExpectedResponseRecord(Expectation expectation)
-