Hans Deragon wants to merge 1 commit from /u/deragon/dbunit/ to master, 2018-08-16
The following member functions were implemented in IDataSet to easily
allow the addition of tables/table names to datasets.
addTable(ITable table)
addTables(Collection<itable> tables)
addTables(IDataSet dataSet)</itable>
| Commit | Date | |
|---|---|---|
|
[750bed]
(idataset-addtables-final)
by
F218: IDataSet.addTables functions implemented. The following member functions were implemented in IDataSet to easily addTable(ITable table) |
2018-04-18 00:47:38 | Tree |
Hi Hans, build fails for me on Java 7 and 8, does it for you?
Sorry about that. I forgot to run one set of tests. Code has been fixed. It should work now.
Per our discussion, closing this because dbUnit approach is to use Composite DataSets, not add these methods.