org.junit.jupiter.params.support.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-jupiter-params Show documentation
Show all versions of junit-jupiter-params Show documentation
Module "junit-jupiter-params" of JUnit 5.
/**
* Support classes for building
* {@linkplain org.junit.jupiter.params.provider.ArgumentsProvider providers}
* and
* {@linkplain org.junit.jupiter.params.converter.ArgumentConverter converters}
* for arguments.
*/
package org.junit.jupiter.params.support;