Uses of Class
de.skuzzle.test.snapshots.data.json.JsonSnapshot
-
-
Uses of JsonSnapshot in de.skuzzle.test.snapshots.data.json
Methods in de.skuzzle.test.snapshots.data.json that return JsonSnapshot Modifier and Type Method Description JsonSnapshotJsonSnapshot. configure(Consumer<com.fasterxml.jackson.databind.ObjectMapper> c)Configure the underlying ObjectMapper by passing in aConsumer.JsonSnapshotJsonSnapshot. withComparator(org.skyscreamer.jsonassert.comparator.JSONComparator jsonComparator)Deprecated, for removal: This API element is subject to removal in a future version.Since 1.2.0 - UsewithComparisonRules(Consumer)instead.JsonSnapshotJsonSnapshot. withComparisonRules(Consumer<ComparisonRuleBuilder> rules)Allows to specify extra comparison rules that are applied to certain paths within the json snapshots.static JsonSnapshotJsonSnapshot. withDefaultObjectMapper()Creates an instance using a defaultObjectMapperwith sensible defaults.static JsonSnapshotJsonSnapshot. withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)Creates an instance using the explicitly provided ObjectMapper.
-