Skip to content

fixes ISSUE-48373: Test matchers for asserting JSON objects

Carlos Aristu requested to merge openbravo/devel/openbravo:fix/48373 into master

Description

Provide the following test matchers for asserting JSON objects:

  • equal(JSONObject)
  • matchesObject(JSONObject)
  • hasItems(Object...)
  • hasItems(Matcher<?>...)

Documentation

http://wiki.openbravo.com/wiki/How_to_create_JUnit_testcases#JSON_Matchers

Edited by Carlos Aristu

Merge request reports