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 MatchStatusInvocation. expectedBodyStatusMethods in kong.unirest.core that return MatchStatus Modifier and Type Method Description MatchStatusBodyMatcher. matches(java.util.List<java.lang.String> body)indicates if the Matcher succeeded in matching the bodyMatchStatusEqualsBodyMatcher. matches(java.util.List<java.lang.String> body)MatchStatusFieldMatcher. matches(java.util.List<java.lang.String> body)
-