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

FitNesseRoot.Fitnesse.UserGuide.WritingAcceptanceTests.FitFramework.ColumnFixtureCode.content.txt Maven / Gradle / Ivy

{{{
package eg;
import fit.ColumnFixture;

public class Division extends ColumnFixture {
  public double numerator;
  public double denominator;
  public double quotient() {return numerator/denominator;}
}
}}}

Input variables must be public.

If the fixture declares the method ''public void execute()'' it will be called after all fields have been loaded, but before any output methods have been called.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy