Uses of Class
kong.unirest.core.MatchStatus
-
Packages that use MatchStatus Package Description kong.unirest.core -
-
Uses of MatchStatus in kong.unirest.core
Fields in kong.unirest.core declared as MatchStatus Modifier and Type Field Description private MatchStatus
Invocation. expectedBodyStatus
Methods in kong.unirest.core that return MatchStatus Modifier and Type Method Description MatchStatus
BodyMatcher. matches(java.util.List<java.lang.String> body)
indicates if the Matcher succeeded in matching the bodyMatchStatus
EqualsBodyMatcher. matches(java.util.List<java.lang.String> body)
MatchStatus
FieldMatcher. matches(java.util.List<java.lang.String> body)
-