![JAR search and dependency download from the Maven repository](/logo.png)
junitparams.internal.parameters.ParametrizationStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JUnitParams Show documentation
Show all versions of JUnitParams Show documentation
Better parameterised tests for JUnit
package junitparams.internal.parameters;
interface ParametrizationStrategy {
Object[] getParameters();
boolean isApplicable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy