net.javacrumbs.jsonunit.fluent
Class JsonFluentAssert.ArrayAssert

java.lang.Object
  extended by net.javacrumbs.jsonunit.fluent.JsonFluentAssert.ArrayAssert
Enclosing class:
JsonFluentAssert

public class JsonFluentAssert.ArrayAssert
extends Object

Array assertions


Constructor Summary
Constructor and Description
JsonFluentAssert.ArrayAssert(Iterator<Node> array)
           
 
Method Summary
Modifier and Type Method and Description
 JsonFluentAssert.ArrayAssert ofLength(int expectedLength)
          Fails if the array has different length.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonFluentAssert.ArrayAssert

public JsonFluentAssert.ArrayAssert(Iterator<Node> array)
Method Detail

ofLength

public JsonFluentAssert.ArrayAssert ofLength(int expectedLength)
Fails if the array has different length.

Parameters:
expectedLength -
Returns:


Copyright © 2015. All Rights Reserved.