Package fit
Class TimedActionFixture
- java.lang.Object
-
- fit.Fixture
-
- fit.ActionFixture
-
- fit.TimedActionFixture
-
public class TimedActionFixture extends ActionFixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Constructor Summary
Constructors Constructor Description TimedActionFixture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doCells(Parse cells)
void
doTable(Parse table)
Parse
td(java.lang.String body)
java.util.Date
time()
-
Methods inherited from class fit.ActionFixture
check, enter, getActor, press, start, tryFindMethodWithArgs
-
Methods inherited from class fit.Fixture
callParseMethod, camel, check, ClearSymbols, counts, doCell, doRow, doRows, doTables, escape, escape, exception, getArgs, getArgsForTable, getLinkedFixtureWithArgs, getSymbol, getTargetClass, gray, handleBlankCell, hasParseMethod, hasSymbol, ignore, interpretTables, isFriendlyException, label, loadFixture, parse, right, setForcedAbort, setSymbol, wrong, wrong
-
-