Package de.ppi.deepsampler.junit.json
-
Class Summary Class Description JsonSourceManagerFactory JsonSourceManagerFactorycreates and configures aJsonSourceManager. -
Annotation Types Summary Annotation Type Description 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 aJsonDeserializerfor the underlying Jackson JSON parser.UseJsonDeserializers A container-annotation forUseJsonDeserializerthat allowsUseJsonDeserializerto be repeatable.UseJsonSerializer This annotation can be used to register aJsonSerializerfor the underlying Jackson JSON parser.UseJsonSerializers A container-annotation forUseJsonSerializerthat allowsUseJsonSerializerto be repeatable.