Coding Standards
DbUnit’s coding standards cover both hand-followed conventions and the tooling that partially automates or enforces them. Pick the focused page for what you need:
- Java Style & Tooling
- General Java style rules, the Eclipse formatter, Checkstyle, and Modernizer.
- JavaDoc Conventions
- The file header, what needs
JavaDoc, and
@since/@authortagging. - Test Conventions
- Test class/method naming, AssertJ usage, and the fixed test timezone — for writing dbUnit’s own test suite.


