Class EqualsBodyMatcher
java.lang.Object
kong.unirest.core.EqualsBodyMatcher
- All Implemented Interfaces:
BodyMatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionindicates if the Matcher succeeded in matching the body
-
Field Details
-
expected
-
-
Constructor Details
-
EqualsBodyMatcher
-
-
Method Details
-
matches
Description copied from interface:BodyMatcherindicates if the Matcher succeeded in matching the body- Specified by:
matchesin interfaceBodyMatcher- Parameters:
body- the list of body parts- Returns:
- MatchStatus indicating if the Matcher succeeded in matching the body
- Throws:
AssertionError
-