
fitnesse.slim.test.TestSlimInterface 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.
The newest version!
package fitnesse.slim.test;
import java.util.Date;
import java.util.List;
public interface TestSlimInterface {
boolean niladWasCalled();
String getStringArg();
int getIntArg();
double getDoubleArg();
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy