temp.Action Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitlibrary Show documentation
Show all versions of fitlibrary Show documentation
FitLibrary provides general-purpose fixtures (and runners) for storytests with Fit and FitNesse.
The newest version!
package temp;
import fit.Fixture;
public class Action extends Fixture {
@SuppressWarnings("unused")
public void m(int i) {
//
}
public void button() {
//
}
public int total() {
return 1;
}
}