Set the table names to include in the fixtures loaded by this loader.
Default is to include all tables.
Since this loader loades the SAME Excel file as the DdTestCase (and other
DD test-case base-classes) you need to set this to make it clear which
sheets are test data and which are fixture data.
Also, if you have TWO databases, you can create two different fixture
loaders, and just differentiate them by having them load different
tables.
Since these table names will probably come for a Spring context XML file,
the table names are trimmed (whitespace removed) before they are used.
Parameters: tableNames - |