org.junitpioneer.jupiter.json.package-info Maven / Gradle / Ivy
The newest version!
/**
* Provides parameterized test arguments from JSON (inline or file).
*
* Note that these extensions require a JSON parser to be available at run time,
* which may include adding it to the module graph with {@code --add-modules}.
* For details on that, see
* the documentation on the JSON argument source.
*
* Check out the following types for details on providing values for parameterized tests:
*
*
* - {@link org.junitpioneer.jupiter.json.JsonSource}
* - {@link org.junitpioneer.jupiter.json.JsonClasspathSource}
* - {@link org.junitpioneer.jupiter.json.JsonFileSource}
*
*
*/
package org.junitpioneer.jupiter.json;