
fitnesse.reporting.Formatter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
package fitnesse.reporting;
import fitnesse.testsystems.TestSystemListener;
/**
* This factory is instantiated as FitNesse component, hence can use constructor arguments.
*
* Optionally implement java.io.Closeable and/or fitnesse.testrunner.TestsRunnerListener.
*/
public interface Formatter extends TestSystemListener {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy