Uses of Interface
com.jcabi.http.mock.MkQuery
Packages that use MkQuery
-
Uses of MkQuery in com.jcabi.http.mock
Methods in com.jcabi.http.mock that return MkQueryModifier and TypeMethodDescriptionMkContainer.take()Get the oldest request received (NoSuchElementExceptionif no more elements in the list).Get the oldest request received subject to the matching conditionMkGrizzlyContainer.take()Methods in com.jcabi.http.mock that return types with arguments of type MkQueryModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<MkQuery>Matches the value of the MkQuery's body against the given matcher.static org.hamcrest.Matcher<MkQuery>Matches the content of the MkQuery's header against the given matcher.static org.hamcrest.Matcher<MkQuery>Matches the path of the MkQuery.static org.hamcrest.Matcher<MkQuery>Matches the query of the MkQuery.Get the all requests received satisfying the given matcherMethods in com.jcabi.http.mock with parameters of type MkQueryModifier and TypeMethodDescriptionprotected booleanMkQueryUriMatcher.matchesSafely(MkQuery item, org.hamcrest.Description desc) Method parameters in com.jcabi.http.mock with type arguments of type MkQueryModifier and TypeMethodDescriptionGive 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.