Package eg.bowling.fixtures
Class GameTiming
- java.lang.Object
-
- fit.Fixture
-
- fit.ColumnFixture
-
- eg.bowling.fixtures.GameTiming
-
public class GameTiming extends ColumnFixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
pins
-
Fields inherited from class fit.ColumnFixture
columnBindings, executeCalledForRow
-
-
Constructor Summary
Constructors Constructor Description GameTiming()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
currentBall()
int
currentFrame()
int
currentScore()
boolean
gameOver()
boolean
roll()
int
scorableFrame()
boolean
validGame()
-
Methods inherited from class fit.ColumnFixture
bindColumnHeadersToMethodsAndFields, check, createBinding, doCell, doRow, doRows, execute, executeIfNeeded, reset
-
Methods inherited from class fit.Fixture
callParseMethod, camel, ClearSymbols, counts, doCells, 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
-
-