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 classEqualsBodyMatcherclassFieldMatcherMatches simple form fieldsFields in kong.unirest.core declared as BodyMatcher Modifier and Type Field Description private BodyMatcherInvocation. expectedBodyMethods in kong.unirest.core that return BodyMatcher Modifier and Type Method Description BodyMatcherMatchers. 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 ExpectationExpectation. body(BodyMatcher matcher)A matcher for the body for a requestExpectationInvocation. body(BodyMatcher matcher)
-