
com.trigonic.utils.test.junit.LabelMaker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-utils Show documentation
Show all versions of test-utils Show documentation
Provides utilities for testing
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