Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 449 Bytes

File metadata and controls

12 lines (8 loc) · 449 Bytes

DbUnit is a JUnit extension for database-driven testing. It puts your database into a known state before each test runs, preventing cascading failures from shared database corruption.

Documentation

Source & Issues