Skip to content

Commit 5a6b183

Browse files
committed
docs: Update index.md
* Add info on main dbUnit features. * Add the move to GitHub.
1 parent f102f3b commit 5a6b183

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
DbUnit is a JUnit extension for database-driven testing.
2-
It puts your database into a known state before each test runs,
3-
preventing cascading failures from shared database corruption.
1+
## What is dbUnit?
2+
DbUnit is a JUnit extension for testing with databases.
3+
It puts your database into a known state before each test runs
4+
(preventing cascading failures from shared database corruption),
5+
verifies table correctness after a test runs,
6+
and restores the database tables in prep for the next test.
7+
8+
Founded in 2002 on SourceForge, in May of 2026, dbUnit completed moving to GitHub.com.
9+
While dbUnit's first home for 24 years was SourceForge, dbUnit moved through multiple external CI systems for the pipeline build verification.
10+
With the success at GitHub for over a year due to its well-done CI system, the entire project moved to GitHub, including the issues.
411

512
## Documentation
613

0 commit comments

Comments
 (0)