db
Class TableAssert

java.lang.Object
  extended by fit.Fixture
      extended by db.TableAssert
Direct Known Subclasses:
QueryTableAssert

public class TableAssert
extends Fixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
protected  org.dbunit.dataset.ITable actualTable
           
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
TableAssert()
           
 
Method Summary
 void doCells(Parse cells)
           
 void doTable(Parse table)
           
protected  void initTable(java.lang.String tableName)
           
 
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

actualTable

protected org.dbunit.dataset.ITable actualTable
Constructor Detail

TableAssert

public TableAssert()
Method Detail

doTable

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

doCells

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

initTable

protected void initTable(java.lang.String tableName)
                  throws java.lang.ClassNotFoundException,
                         java.sql.SQLException,
                         org.dbunit.dataset.DataSetException
Throws:
java.lang.ClassNotFoundException
java.sql.SQLException
org.dbunit.dataset.DataSetException


Copyright © 2009 SourceForge. All Rights Reserved.