public class EqualsBodyMatcher extends Object implements BodyMatcher
| Constructor and Description |
|---|
EqualsBodyMatcher(String body) |
| Modifier and Type | Method and Description |
|---|---|
MatchStatus |
matches(List<String> body)
indicates if the Matcher succeeded in matching the body
|
public EqualsBodyMatcher(String body)
public MatchStatus matches(List<String> body) throws AssertionError
BodyMatchermatches in interface BodyMatcherbody - the list of body partsAssertionErrorCopyright © 2021. All rights reserved.