Package-level declarations

Support for testing JSON.

Types

Link copied to clipboard
Base class for AssertJ based JSON marshal testers.
Link copied to clipboard
open class BasicJsonTester
AssertJ based JSON tester that works with basic JSON strings.
Link copied to clipboard
AssertJ based JSON tester backed by Gson.
Link copied to clipboard
AssertJ based JSON tester backed by Jackson.
Link copied to clipboard
AssertJ based JSON tester backed by Jsonb.
Link copied to clipboard
class JsonContent<T> : AssertProvider<A>
JSON content usually created from a JSON tester.
Link copied to clipboard
open class JsonContentAssert : AbstractAssert<SELF, ACTUAL>
AssertJ Assert for JsonContent.
Link copied to clipboard
class ObjectContent<T> : AssertProvider<A>
Object content usually created from AbstractJsonMarshalTester.
Link copied to clipboard
open class ObjectContentAssert<A> : AbstractObjectAssert<SELF, ACTUAL>
AssertJ Assert for ObjectContent.