Uses of Interface
com.jcabi.http.mock.MkAnswer
Packages that use MkAnswer
-
Uses of MkAnswer in com.jcabi.http.mock
Classes in com.jcabi.http.mock that implement MkAnswerMethods in com.jcabi.http.mock that return types with arguments of type MkAnswerModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<MkAnswer>Matches the value of the MkAnswer's body against the given matcher.static org.hamcrest.Matcher<MkAnswer>MkAnswerMatchers.hasBodyBytes(org.hamcrest.Matcher<byte[]> matcher) Matches the value of the MkAnswer's body bytes against the given matcher.static org.hamcrest.Matcher<MkAnswer>Matches the content of the MkAnswer's header against the given matcher.Methods in com.jcabi.http.mock with parameters of type MkAnswerModifier and TypeMethodDescriptionGive this answer on the next request.Give this answer on the next request if the matcher condition is satisfied.Give this answer on the next request(s) if the matcher condition is satisfied up to a certain number of requests.Method parameters in com.jcabi.http.mock with type arguments of type MkAnswerModifier and TypeMethodDescriptionGet the oldest request received subject to the matching conditionGet the all requests received satisfying the given matcher