
fitnesse.slim.fixtureInteraction.Testee 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.slim.fixtureInteraction;
public class Testee {
int i;
public Testee() {
}
public int getI() {
return i;
}
public void setI(int i) {
this.i = i;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy