Package io.kjson.spring.test.matchers
Class JSONMatcher
-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class JSONMatcher extends BaseMatcher<String>
A
Matcherclass that allows SpringmockMvcJSON responses to be tested using the capabilities of the kjson-test library.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJSONMatcher.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static JSONMatcher.CompanionCompanion
-
Method Summary
Modifier and Type Method Description Booleanmatches(Object actual)UnitdescribeTo(Description description)-
-
Method Detail
-
describeTo
Unit describeTo(Description description)
-
-
-
-