niels wants to merge 35 commits from /p/dbunitniels/dbunit/ to master, 2014-04-27
Changes for JavaDataSet via merge so that the whole history still remains to give honor which do the most work.
JavaDataSets enables to build datasets with JavaCode very easily. You can find an example of usage
https://github.com/opensource21/sze/blob/master/src/test/java/net/sf/sze/dbunit/AbstractSzeDbUnitTest.java
Hope this works otherwise please contact me.
| Commit | Date | |
|---|---|---|
| 2014-04-26 08:54:47 | Tree | |
|
[b7e279]
by
Merge changes for JavaDataSet so that the whole history still remains to |
2014-04-26 08:40:51 | Tree |
| 2014-04-26 08:36:33 | Tree | |
| 2014-04-13 18:58:21 | Tree | |
| 2014-04-13 18:48:37 | Tree | |
| 2014-01-22 16:43:52 | Tree | |
| 2014-01-12 18:21:46 | Tree | |
| 2014-01-12 16:13:13 | Tree | |
| 2014-01-05 16:06:45 | Tree | |
| 2014-01-05 15:09:28 | Tree | |
| 2014-01-05 15:04:01 | Tree | |
| 2013-10-29 19:02:32 | Tree | |
| 2013-10-29 13:59:27 | Tree | |
| 2013-10-29 13:57:34 | Tree | |
| 2013-10-29 13:44:24 | Tree | |
| 2013-10-10 12:48:53 | Tree | |
| 2013-10-10 12:43:21 | Tree | |
| 2013-10-10 12:40:04 | Tree | |
| 2013-10-10 12:36:33 | Tree | |
| 2013-10-10 12:14:30 | Tree | |
| 2013-10-10 12:11:22 | Tree | |
| 2013-10-10 11:56:46 | Tree | |
|
[645315]
by
Merge branch 'master' of https://github.com/leocomelli/dbunit-datasetbuilder |
2013-10-08 20:34:21 | Tree |
| 2013-10-08 20:26:30 | Tree | |
| 2013-10-08 20:26:30 | Tree | |
| 2013-10-08 19:31:54 | Tree | |
| 2013-10-08 17:34:26 | Tree | |
| 2013-10-08 17:30:59 | Tree | |
| 2013-10-08 17:30:23 | Tree | |
| 2013-10-08 17:27:55 | Tree | |
| 2012-04-02 05:58:57 | Tree | |
| 2012-04-02 05:58:33 | Tree | |
| 2011-08-07 19:09:26 | Tree | |
| 2011-03-26 19:45:04 | Tree | |
| 2011-03-26 11:05:58 | Tree |
@niels has rebased and removed System.out.println().
@Jeff Jensen Will you reconsider merging this?
The first issues I see that prevent pulling in the code:
The latest 2.5.0 changes are not in - need to rebase.
Remove all use of System.out.println. Only use Loggers (and carefully consider level used).
Docs - how to use it? Need to add/update pages with some info. Some simple initial ones to start with the merge is fine, with improving them soon after.