Package uk.co.datumedge.hamcrest.json
Class JSONComparisonResult
java.lang.Object
uk.co.datumedge.hamcrest.json.JSONComparisonResult
- All Implemented Interfaces:
org.hamcrest.SelfDescribing
Models the result of a comparison between two JSON documents.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) booleanfailed()booleanpassed()
-
Constructor Details
-
JSONComparisonResult
public JSONComparisonResult(org.hamcrest.SelfDescribing description)
-
-
Method Details
-
describeTo
public void describeTo(org.hamcrest.Description description) - Specified by:
describeToin interfaceorg.hamcrest.SelfDescribing
-
failed
public boolean failed() -
passed
public boolean passed()
-