nl.hsac.fitnesse.fixture.util.Formatter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hsac-fitnesse-fixtures Show documentation
Show all versions of hsac-fitnesse-fixtures Show documentation
Fixtures to assist in testing via FitNesse
package nl.hsac.fitnesse.fixture.util;
/**
* Generates pre-formatted version of an Object.
*/
public interface Formatter {
/**
* Creates formatted version of the supplied value.
* @param value value to format.
* @return formatted version.
*/
String format(String value);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy