| Loads DbUnit fixtures from an Excel file, assuming that the name of the Excel
file is the same as the name of your test case.
Supports filtering the tables loaded, which you usually want to do. When you
have fixture data in the same Excel file as your test data, you want to
filter out just the sheets that are tables. This is done by listing the table
names in the property "tableNames" of this class. This is done once and only
once, when you create a bean of this clas sin your Spring context.
TODO Add property placeholder support
author: adam version: $Id: ExcelDbUnitFixtureLoader.java,v 1.1 2005/09/05 11:42:42 version: adamskogman Exp $ |