All Downloads are FREE. Search and download functionalities are using the official Maven repository.

temp.Action Maven / Gradle / Ivy

Go to download

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;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy