What do you use for writing data-driven tests in jUnit?
(My definition of) a data-driven test is a test that reads data from some external source (file, database, ..
I use combination of dbUnit, jMock and jUnit 4. Then you can ether run it as suite or separately