fit
Class ActionFixture

java.lang.Object
  extended by fit.Fixture
      extended by fit.ActionFixture
Direct Known Subclasses:
TimedActionFixture

public class ActionFixture
extends Fixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
static Fixture actor
           
protected  Parse cells
           
protected static java.lang.Class[] empty
           
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
ActionFixture()
           
 
Method Summary
 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()
           
 
Methods inherited from class fit.Fixture
camel, check, counts, doCell, doRow, doRows, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong, wrong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cells

protected Parse cells

actor

public static Fixture actor

empty

protected static java.lang.Class[] empty
Constructor Detail

ActionFixture

public ActionFixture()
Method Detail

doCells

public void doCells(Parse cells)
Overrides:
doCells in class Fixture

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

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.Exception
Throws:
java.lang.Exception

method

protected java.lang.reflect.Method method(int args)
                                   throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

method

protected java.lang.reflect.Method method(java.lang.String test,
                                          int args)
                                   throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException


Copyright © 2009 SourceForge. All Rights Reserved.