Package eg.bowling.fixtures
Class ScoreGame
- java.lang.Object
-
- fit.Fixture
-
- fitnesse.fixtures.TableFixture
-
- eg.bowling.fixtures.ScoreGame
-
public class ScoreGame extends TableFixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Constructor Summary
Constructors Constructor Description ScoreGame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doStaticTable(int rows)
-
Methods inherited from class fitnesse.fixtures.TableFixture
blank, doRows, getCell, getInt, getText, ignore, right, wrong, wrong
-
Methods inherited from class fit.Fixture
callParseMethod, camel, check, ClearSymbols, counts, doCell, doCells, doRow, doTable, doTables, escape, escape, exception, getArgs, getArgsForTable, getLinkedFixtureWithArgs, getSymbol, getTargetClass, gray, handleBlankCell, hasParseMethod, hasSymbol, ignore, interpretTables, isFriendlyException, label, loadFixture, parse, right, setForcedAbort, setSymbol, wrong, wrong
-
-
-
-
Field Detail
-
STRIKE
public static final int STRIKE
- See Also:
- Constant Field Values
-
SPARE
public static final int SPARE
- See Also:
- Constant Field Values
-
BLANK
public static final int BLANK
- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
-
Method Detail
-
doStaticTable
protected void doStaticTable(int rows)
- Specified by:
doStaticTable
in classTableFixture
-
-