A D H I J N T W 

A

as(String) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Sets the description of this object.
assertThatJson(Object) - Static method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Creates a new instance of JsonFluentAssert.

D

describedAs(String) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Sets the description of this object.

H

hasSameStructureAs(Object) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Compares JSON structure.

I

ignoring(String) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Sets the placeholder that can be used to ignore values.
isAbsent() - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Fails if the node exists.
isEqualTo(Object) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Compares JSON for equality.
isNotEqualTo(Object) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Fails if compared documents are equal.
isPresent() - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Fails if the node is missing.

J

JsonAssert - Class in net.javacrumbs.jsonunit.fluent
Deprecated.
use JsonFluentAssert instead
JsonAssert(JsonNode, String, String, String) - Constructor for class net.javacrumbs.jsonunit.fluent.JsonAssert
Deprecated.
 
JsonAssert(JsonNode) - Constructor for class net.javacrumbs.jsonunit.fluent.JsonAssert
Deprecated.
 
JsonFluentAssert - Class in net.javacrumbs.jsonunit.fluent
Contains JSON related fluent assertions inspired by FEST or AssertJ.
JsonFluentAssert(Object, String, String, String, BigDecimal, boolean) - Constructor for class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
 
JsonFluentAssert(Object) - Constructor for class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
 

N

net.javacrumbs.jsonunit.fluent - package net.javacrumbs.jsonunit.fluent
 
node(String) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Creates an assert object that only compares given node.

T

treatingNullAsAbsent() - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
When set to true, treats null nodes in actual value as absent.

W

withTolerance(double) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Sets the tolerance for floating number comparison.
withTolerance(BigDecimal) - Method in class net.javacrumbs.jsonunit.fluent.JsonFluentAssert
Sets the tolerance for floating number comparison.
A D H I J N T W 

Copyright © 2014. All Rights Reserved.