fit
Class RowFixture

java.lang.Object
  extended by fit.Fixture
      extended by fit.ColumnFixture
          extended by fit.RowFixture

public abstract class RowFixture
extends ColumnFixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
 java.util.List missing
           
 java.lang.Object[] results
           
 java.util.List surplus
           
 
Fields inherited from class fit.ColumnFixture
columnBindings, hasExecuted
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
RowFixture()
           
 
Method Summary
protected  void bin(java.util.Map map, java.lang.Object key, java.lang.Object row)
           
protected  Parse buildCells(java.lang.Object row)
           
protected  Parse buildRows(java.lang.Object[] rows)
           
protected  void check(java.util.List eList, java.util.List cList)
           
protected  java.util.Map cSort(java.util.List list, int col)
           
 void doRows(Parse rows)
           
protected  java.util.Map eSort(java.util.List list, int col)
           
abstract  java.lang.Class getTargetClass()
           
protected  java.util.List list(java.lang.Object[] rows)
           
protected  java.util.List list(Parse rows)
           
protected  void mark(java.util.Iterator rows, java.lang.String message)
           
protected  void mark(Parse rows, java.lang.String message)
           
protected  void match(java.util.List expected, java.util.List computed, int col)
           
abstract  java.lang.Object[] query()
           
protected  java.util.Set union(java.util.Set a, java.util.Set b)
           
 
Methods inherited from class fit.ColumnFixture
bind, bindField, bindMethod, check, doCell, doRow, execute, 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, wrong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

public java.lang.Object[] results

missing

public java.util.List missing

surplus

public java.util.List surplus
Constructor Detail

RowFixture

public RowFixture()
Method Detail

doRows

public void doRows(Parse rows)
Overrides:
doRows in class ColumnFixture

query

public abstract java.lang.Object[] query()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getTargetClass

public abstract java.lang.Class getTargetClass()
Overrides:
getTargetClass in class ColumnFixture

match

protected void match(java.util.List expected,
                     java.util.List computed,
                     int col)

list

protected java.util.List list(Parse rows)

list

protected java.util.List list(java.lang.Object[] rows)

eSort

protected java.util.Map eSort(java.util.List list,
                              int col)

cSort

protected java.util.Map cSort(java.util.List list,
                              int col)

bin

protected void bin(java.util.Map map,
                   java.lang.Object key,
                   java.lang.Object row)

union

protected java.util.Set union(java.util.Set a,
                              java.util.Set b)

check

protected void check(java.util.List eList,
                     java.util.List cList)

mark

protected void mark(Parse rows,
                    java.lang.String message)

mark

protected void mark(java.util.Iterator rows,
                    java.lang.String message)

buildRows

protected Parse buildRows(java.lang.Object[] rows)

buildCells

protected Parse buildCells(java.lang.Object row)


Copyright © 2009 SourceForge. All Rights Reserved.