All Classes
| Class | Description |
|---|---|
| JsonSourceManagerFactory |
JsonSourceManagerFactory creates and configures a JsonSourceManager. |
| LoadSamples |
The @
LoadSamples-annotation may be used at any test method as a convenient way to load Samples from a
JSON-file. |
| SaveSamples |
The @
SaveSamples-annotation may be used at any test method as a convenient way to record samples from a
running test. |
| UseJsonDeserializer |
This annotation can be used to register a
JsonDeserializer for the underlying Jackson JSON parser. |
| UseJsonDeserializers |
A container-annotation for
UseJsonDeserializer that allows UseJsonDeserializer to be repeatable. |
| UseJsonSerializer |
This annotation can be used to register a
JsonSerializer for the underlying Jackson JSON parser. |
| UseJsonSerializers |
A container-annotation for
UseJsonSerializer that allows UseJsonSerializer to be repeatable. |