Class BodyMatcher
- java.lang.Object
-
- com.github.paweladamski.httpclientmock.condition.BodyMatcher
-
-
Constructor Summary
Constructors Constructor Description BodyMatcher(org.hamcrest.Matcher<String> matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(Request request, Debugger debugger)booleanmatches(Request request)
-
-
-
Constructor Detail
-
BodyMatcher
public BodyMatcher(org.hamcrest.Matcher<String> matcher)
-
-