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
M
N
O
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.
ignoring(String)
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert.JsonFluentAssertAfterAssertion
Deprecated.
isAbsent()
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert
Fails if the node exists.
isArray()
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert
Fails if the selected JSON is not an Array or is not present.
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.
isObject()
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert
Fails if the selected JSON is not an Object or is not present.
isPresent()
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert
Fails if the node is missing.
isString()
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert
Fails if the selected JSON is not a String or is not present.
isStringEqualTo(String)
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert
Fails if the selected JSON is not a String or is not present or the value is not equal to expected value.
J
JsonFluentAssert
- Class in
net.javacrumbs.jsonunit.fluent
Contains JSON related fluent assertions inspired by FEST or AssertJ.
JsonFluentAssert.ArrayAssert
- Class in
net.javacrumbs.jsonunit.fluent
Array assertions
JsonFluentAssert.ArrayAssert(Iterator<Node>)
- Constructor for class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert.ArrayAssert
JsonFluentAssert.JsonFluentAssertAfterAssertion
- Class in
net.javacrumbs.jsonunit.fluent
JsonFluentAssert after assertion.
M
matches(Matcher<?>)
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert
Matches the node using Hamcrest matcher.
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.
O
ofLength(int)
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert.ArrayAssert
Fails if the array has different length.
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.JsonFluentAssertAfterAssertion
Deprecated.
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.JsonFluentAssertAfterAssertion
Deprecated.
withTolerance(BigDecimal)
- Method in class net.javacrumbs.jsonunit.fluent.
JsonFluentAssert.JsonFluentAssertAfterAssertion
Deprecated.
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
M
N
O
T
W
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All Rights Reserved.