eg
Class ExampleTests

java.lang.Object
  extended by fit.Fixture
      extended by fit.ColumnFixture
          extended by eg.ExampleTests

public class ExampleTests
extends ColumnFixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
 java.lang.String file
           
protected  Fixture fixture
           
protected  java.lang.String footnote
           
protected  java.lang.String input
           
protected  Counts runCounts
           
protected  Parse tables
           
 boolean wiki
           
 
Fields inherited from class fit.ColumnFixture
columnBindings, hasExecuted
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
ExampleTests()
           
 
Method Summary
 void doRow(Parse row)
           
 int exceptions()
           
 int ignores()
           
protected  java.lang.String read(java.io.File input)
           
 int right()
           
protected  void run()
           
 int wrong()
           
 void wrong(Parse cell)
           
 
Methods inherited from class fit.ColumnFixture
bind, bindField, bindMethod, check, doCell, doRows, execute, getTargetClass, reset
 
Methods inherited from class fit.Fixture
camel, counts, doCells, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public java.lang.String file

wiki

public boolean wiki

input

protected java.lang.String input

tables

protected Parse tables

fixture

protected Fixture fixture

runCounts

protected Counts runCounts

footnote

protected java.lang.String footnote
Constructor Detail

ExampleTests

public ExampleTests()
Method Detail

run

protected void run()
            throws java.lang.Exception
Throws:
java.lang.Exception

right

public int right()
          throws java.lang.Exception
Throws:
java.lang.Exception

wrong

public int wrong()

ignores

public int ignores()

exceptions

public int exceptions()

read

protected java.lang.String read(java.io.File input)
                         throws java.io.IOException
Throws:
java.io.IOException

doRow

public void doRow(Parse row)
Overrides:
doRow in class ColumnFixture

wrong

public void wrong(Parse cell)
Overrides:
wrong in class Fixture


Copyright © 2011 Fit. All Rights Reserved.