eg
Class ColumnIndex

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

public class ColumnIndex
extends RowFixture


Nested Class Summary
 class ColumnIndex.Column
           
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
 
Fields inherited from class fit.RowFixture
missing, results, surplus
 
Fields inherited from class fit.ColumnFixture
columnBindings, hasExecuted
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
ColumnIndex()
           
 
Method Summary
 void doRows(Parse rows)
           
 java.lang.Class getTargetClass()
           
 java.lang.Object parse(java.lang.String text, java.lang.Class type)
           
 java.lang.Object[] query()
           
 
Methods inherited from class fit.RowFixture
bin, buildCells, buildRows, check, cSort, eSort, list, list, mark, mark, match, union
 
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, right, wrong, wrong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnIndex

public ColumnIndex()
Method Detail

doRows

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

getTargetClass

public java.lang.Class getTargetClass()
Specified by:
getTargetClass in class RowFixture

query

public java.lang.Object[] query()
                         throws java.lang.ClassNotFoundException
Specified by:
query in class RowFixture
Throws:
java.lang.ClassNotFoundException

parse

public java.lang.Object parse(java.lang.String text,
                              java.lang.Class type)
                       throws java.lang.Exception
Overrides:
parse in class Fixture
Throws:
java.lang.Exception


Copyright © 2011 Fit. All Rights Reserved.