fit
Class Summary

java.lang.Object
  extended by fit.Fixture
      extended by fit.Summary

public class Summary
extends Fixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
static java.lang.String countsKey
           
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
Summary()
           
 
Method Summary
 void doTable(Parse table)
           
protected  void mark(Parse row)
           
protected  Parse rows(java.util.Iterator keys)
           
protected  Parse td(java.lang.String body, Parse more)
           
protected  Parse tr(Parse parts, Parse more)
           
 
Methods inherited from class fit.Fixture
camel, check, counts, doCell, doCells, 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

countsKey

public static java.lang.String countsKey
Constructor Detail

Summary

public Summary()
Method Detail

doTable

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

rows

protected Parse rows(java.util.Iterator keys)

tr

protected Parse tr(Parse parts,
                   Parse more)

td

protected Parse td(java.lang.String body,
                   Parse more)

mark

protected void mark(Parse row)


Copyright © 2009 SourceForge. All Rights Reserved.