Package fit
Class ActionFixture
- java.lang.Object
-
- fit.Fixture
-
- fit.ActionFixture
-
- Direct Known Subclasses:
LoopingActionFixture
,TimedActionFixture
public class ActionFixture extends Fixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Constructor Summary
Constructors Constructor Description ActionFixture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check()
void
doCells(Parse cells)
void
enter()
Fixture
getActor()
void
press()
void
start()
protected java.lang.reflect.Method
tryFindMethodWithArgs(int args)
-
Methods inherited from class fit.Fixture
callParseMethod, camel, check, ClearSymbols, counts, doCell, doRow, doRows, 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
-
cells
protected Parse cells
-
-
Method Detail
-
start
public void start() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActor
public Fixture getActor()
-
enter
public void enter() throws java.lang.Exception
- Throws:
java.lang.Exception
-
press
public void press() throws java.lang.Exception
- Throws:
java.lang.Exception
-
check
public void check() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
tryFindMethodWithArgs
protected java.lang.reflect.Method tryFindMethodWithArgs(int args) throws java.lang.NoSuchMethodException
- Throws:
java.lang.NoSuchMethodException
-
-