fit
Class TimedActionFixture

java.lang.Object
  extended by fit.Fixture
      extended by fit.ActionFixture
          extended by fit.TimedActionFixture

public class TimedActionFixture
extends ActionFixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
 java.text.DateFormat format
           
 
Fields inherited from class fit.ActionFixture
actor, cells, empty
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
TimedActionFixture()
           
 
Method Summary
 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, method, method, press, start
 
Methods inherited from class fit.Fixture
camel, check, counts, doCell, doRow, doRows, 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

format

public java.text.DateFormat format
Constructor Detail

TimedActionFixture

public TimedActionFixture()
Method Detail

doTable

public void doTable(Parse table)
Overrides:
doTable in class Fixture

doCells

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

time

public java.util.Date time()

td

public Parse td(java.lang.String body)


Copyright © 2009 SourceForge. All Rights Reserved.