![JAR search and dependency download from the Maven repository](/logo.png)
FitNesseRoot.Fitnesse.UserGuide.WritingAcceptanceTests.FitFramework.ColumnFixtureCode.content.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartrics-RestFixture-LiveDoc Show documentation
Show all versions of smartrics-RestFixture-LiveDoc Show documentation
FitNesse tests documenting the RestFixture
{{{
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 - 2025 Weber Informatics LLC | Privacy Policy