Class JsonAssertEx


  • public class JsonAssertEx
    extends JsonAssert
    Supports asserting on multiple JSON paths.
    Author:
    aherscu
    • Constructor Detail

      • JsonAssertEx

        public JsonAssertEx()
    • Method Detail

      • with

        public static JsonAsserterEx with​(String json)
        Creates a JSONAsserter
        Parameters:
        json - the JSON document to create a JSONAsserter for
        Returns:
        a JSON asserter initialized with the provided document