Uses of Interface
kong.unirest.core.BodyMatcher
-
Packages that use BodyMatcher Package Description kong.unirest.core -
-
Uses of BodyMatcher in kong.unirest.core
Classes in kong.unirest.core that implement BodyMatcher Modifier and Type Class Description class
EqualsBodyMatcher
class
FieldMatcher
Matches simple form fieldsFields in kong.unirest.core declared as BodyMatcher Modifier and Type Field Description private BodyMatcher
Invocation. expectedBody
Methods in kong.unirest.core that return BodyMatcher Modifier and Type Method Description BodyMatcher
Matchers. bodyFields(java.lang.String keyValuePairs)
Creates a FieldMatcher expecting a map of keys and values use like: FieldMatcher.of("fruit", "orange", "quantity" "42")Methods in kong.unirest.core with parameters of type BodyMatcher Modifier and Type Method Description Expectation
Expectation. body(BodyMatcher matcher)
A matcher for the body for a requestExpectation
Invocation. body(BodyMatcher matcher)
-