public class ActionFixture extends Fixture
Fixture.RunTime
Modifier and Type | Field and Description |
---|---|
static Fixture |
actor |
protected Parse |
cells |
protected static java.lang.Class[] |
empty |
Constructor and Description |
---|
ActionFixture() |
Modifier and Type | Method and Description |
---|---|
void |
check() |
void |
doCells(Parse cells) |
void |
enter() |
protected java.lang.reflect.Method |
method(int args) |
protected java.lang.reflect.Method |
method(java.lang.String test,
int args) |
void |
press() |
void |
start() |
protected Parse cells
public static Fixture actor
protected static java.lang.Class[] empty
public void start() throws java.lang.Exception
java.lang.Exception
public void enter() throws java.lang.Exception
java.lang.Exception
public void press() throws java.lang.Exception
java.lang.Exception
public void check() throws java.lang.Exception
java.lang.Exception
protected java.lang.reflect.Method method(int args) throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException
protected java.lang.reflect.Method method(java.lang.String test, int args) throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException
Copyright © 2014 Fit. All Rights Reserved.