Uses of Class
net.javacrumbs.jsonunit.fluent.JsonFluentAssert.ArrayAssert

Uses of JsonFluentAssert.ArrayAssert in net.javacrumbs.jsonunit.fluent
 

Methods in net.javacrumbs.jsonunit.fluent that return JsonFluentAssert.ArrayAssert
Modifier and Type Method and Description
 JsonFluentAssert.ArrayAssert JsonFluentAssert.isArray()
          Fails if the selected JSON is not an Array or is not present.
 JsonFluentAssert.ArrayAssert JsonFluentAssert.ArrayAssert.ofLength(int expectedLength)
          Fails if the array has different length.
 



Copyright © 2015. All Rights Reserved.