Class JSONComparisonResult

java.lang.Object
uk.co.datumedge.hamcrest.json.JSONComparisonResult
All Implemented Interfaces:
org.hamcrest.SelfDescribing

public final class JSONComparisonResult extends Object implements org.hamcrest.SelfDescribing
Models the result of a comparison between two JSON documents.
  • Constructor Details

    • JSONComparisonResult

      public JSONComparisonResult(org.hamcrest.SelfDescribing description)
  • Method Details

    • describeTo

      public void describeTo(org.hamcrest.Description description)
      Specified by:
      describeTo in interface org.hamcrest.SelfDescribing
    • failed

      public boolean failed()
    • passed

      public boolean passed()