-
Notifications
You must be signed in to change notification settings - Fork 3
Home
db2unit is a unit testing framework for the IBM Db2 database written in SQL PL language.
If you are in a hurry, and you need db2unit in 5 minutes, you can visit the Getting started section.
This framework allows you to automate the tests for your routines (Stored procedure and functions), and it can integrated with your Test-Driven Development (TDD) strategy. db2unit is a xUnit framework with the same design as the well-known jUnit, using the same terms and components for the structure. By sharing the same terms and elements of jUnit, the learning curve is reduced and you or your developers can adopt this framework more easily.
db2unit could be considered as a jUnit porting to Db2 SQL PL.
- jUnit http://junit.org
- xUnit https://en.wikipedia.org/wiki/XUnit
If you are looking for how to install this framework, please visit the install section. Or if you want to know how to getting started with this framework you can visit the usage section plus the API section. Finally, if you want to see the functional code workin, please visit the examples section.
The licenses of this project are:
- Source code: GNU General Public License v3.0.
- Documentation: GNU Free Documentation License v1.3.
These are some useful links:
- The source code and project is hosted in GitHub at: https://github.com/angoca/db2unit
- The released versions are published at: https://github.com/angoca/db2unit/releases
- The issue tracker for comments and bugs is at: https://github.com/angoca/db2unit/issues
Developers:
- Andres Gomez Casanova (@AngocA)
Contributors:
- Helmut Tessarek (@tessus)
- Robert Mala (@dibdotdob)
- db2unit in 5 minutes
- How to use
- Development
- Miscellaneous
IBM developerWorks:
Code analysis at Open HUB:
Support it: