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

junitparams.naming.TestCaseNamingStrategy Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package junitparams.naming;

/**
 * A strategy that can resolve a test case method name by it's parameters.
 */
public interface TestCaseNamingStrategy {
    String getTestCaseName(int parametersIndex, Object parameters);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy