-
- All Implemented Interfaces:
public class JSONMatcher.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static JSONMatcher.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitmatchesJSON(ContentResultMatchersDsl $self, Function1<JSONExpect, Unit> tests)final UnitcontentMatchesJSON(MockMvcResultMatchersDsl $self, Function1<JSONExpect, Unit> tests)-
-
Method Detail
-
matchesJSON
final Unit matchesJSON(ContentResultMatchersDsl $self, Function1<JSONExpect, Unit> tests)
-
contentMatchesJSON
final Unit contentMatchesJSON(MockMvcResultMatchersDsl $self, Function1<JSONExpect, Unit> tests)
-
-
-
-