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

fitnesse.slim.fixtureInteraction.Testee Maven / Gradle / Ivy

There is a newer version: 20250223
Show newest version
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