JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
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
JsonFluentAssert
- Class in
net.javacrumbs.jsonunit.fluent
Contains JSON related fluent assertions inspired by FEST or AssertJ.
JsonFluentAssert(Object, String, String, Configuration)
- 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
Deprecated.
Use when(Option.TREATING_NULL_AS_ABSENT)
W
when(Option, Option...)
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert
Sets options changing comparison behavior.
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
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014. All Rights Reserved.