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

fitlibraryGeneric.eg.rentEz.StaffMember Maven / Gradle / Ivy

Go to download

FitLibrary provides general-purpose fixtures (and runners) for storytests with Fit and FitNesse.

The newest version!
package fitlibraryGeneric.eg.rentEz;

public class StaffMember {
	private String name;

	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy