Hi Ken,

How do you use DBUnit or ScalaDBTest without introducing redundancy
all over the place?

The knowledge about the data is in the files and to some extend in
your tests as well.
For example from your test suite:

tester.onBefore("two_string_table.dbt")
jdbcTemplate.queryForInt("select count(*) from two_string_table")
should equal (2)

Thomas

On Oct 21, 5:45 pm, Ken Egervari <ken.egerv...@gmail.com> wrote:
> Hi guys,
>
> I wrote a framework that intends to replace DBUnit. It promises a 30%
> reduction in the number of characters used compared to dbunit, and
> mass simplifications and extra features across the board.
>
> It's on git. You can read about it 
> there:http://github.com/egervari/scaladbtest
>
> I only spent 2 or 3 days on it so far, but all the basic functionality
> is there and it works with mysql and hsqldb for sure. I even have it
> working on a real project that has 1093 tests and hundreds of records
> of test data, so it's field tested ;) It actually runs faster than
> dbunit too by about 10 seconds :)
>
> Enjoy,
>
> Ken

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javapo...@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to