Uses of Interface
kong.unirest.core.BodyMatcher
Packages that use BodyMatcher
-
Uses of BodyMatcher in kong.unirest.core
Classes in kong.unirest.core that implement BodyMatcherModifier and TypeClassDescriptionclass
class
Matches simple form fieldsFields in kong.unirest.core declared as BodyMatcherMethods in kong.unirest.core that return BodyMatcherModifier and TypeMethodDescriptionMatchers.bodyFields
(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 BodyMatcherModifier and TypeMethodDescriptionExpectation.body
(BodyMatcher matcher) A matcher for the body for a requestInvocation.body
(BodyMatcher matcher)