Uses of Package
org.junitpioneer.jupiter.json
Packages that use org.junitpioneer.jupiter.json
Package
Description
Provides parameterized test arguments from JSON (inline or file).
-
Classes in org.junitpioneer.jupiter.json used by org.junitpioneer.jupiter.jsonClassDescriptionProvides arguments from JSON files specified with
JsonFileSource.AJsonConverterusing Jackson 2ObjectMapperto perform the conversion@JsonClasspathSourceis anArgumentsSourcethat loads JSON from a classpath resource, parses it, and passes it as arguments to a parametrized test.A JSON Converter which parses an input stream into a Node.@JsonFileSourceis anArgumentsSourcethat loads JSON from a file, parses it, and passes it as arguments to a parametrized test.@JsonSourceis anArgumentsSourcethat parses inline JSON and passes it as arguments to a parametrized test.A node representing a JSON structure.Service interface for providing a customObjectMapperinstance at runtime.