Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.json |
Auto-configuration for JSON tests.
|
org.springframework.boot.test.json |
Support for testing JSON.
|
Class and Description |
---|
BasicJsonTester
AssertJ based JSON tester that works with basic JSON strings.
|
Class and Description |
---|
AbstractJsonMarshalTester
Base class for AssertJ based JSON marshal testers.
|
JacksonTester
AssertJ based JSON tester backed by Jackson.
|
JsonContent
JSON content created usually from a JSON tester.
|
JsonContentAssert
AssertJ
Assert for JsonContent . |
ObjectContent
Object content usually created from
AbstractJsonMarshalTester . |
ObjectContentAssert
AssertJ
Assert for ObjectContent . |