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

com.trigonic.utils.test.junit.LabelMaker Maven / Gradle / Ivy

The newest version!
package com.trigonic.utils.test.junit;

public interface LabelMaker {
    String getLabel(int index, Object[] parameters);

    String getTestName(int index, Object[] parameters, String methodName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy