| Modifier and Type | Method and Description |
|---|---|
JsonUnitResultMatchers |
JsonUnitResultMatchers.ignoring(String ignorePlaceholder)
Sets the placeholder that can be used to ignore values.
|
static JsonUnitResultMatchers |
JsonUnitResultMatchers.json()
Creates JsonUnitResultMatchers to be used for JSON assertions.
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.node(String path)
Creates a matcher object that only compares given node.
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.when(net.javacrumbs.jsonunit.core.Option firstOption,
net.javacrumbs.jsonunit.core.Option... otherOptions)
Sets options changing comparison behavior.
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.withTolerance(BigDecimal tolerance)
Sets the tolerance for floating number comparison.
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.withTolerance(double tolerance)
Sets the tolerance for floating number comparison.
|
Copyright © 2017. All rights reserved.