All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.junitpioneer.jupiter.json.package-info Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show 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 JSON tests *

* *

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy