JUnit Helper Tools
This project started as a collection of JUnit 4 tools / resources that I have created / used over the years for testing various personal and open source projects and scenarios. The modules in this project have been cleaned up a bit, made a little more configurable and reusable (hopefully).
Source Code, Issue Tracker, Binary Distribution etc.
The Development Entropy Junit Helper project is hosted on GitHub. See the GitHub project for source code, issue tracker, etc.
The project uses multiple online tools for Continuous Integration (Travis CI) and AppVeyor; Unit Test Coverage (Coveralls); Static Code analysis (Coverity, Codacy); Dependency and Build Plug-in version tracking (VersionEye). The services used are provided free of charge to open source projects by the owners of the services. The badges above link to the project’s pages on these tools.
Binary Distribution Repository
See Deventropy’s Binary Distribution Repository for current Maven repository information from where the project is available.
Modules
The following modules are currently available in the project:
Project | Summary | Artifact Id | Issues Component |
---|---|---|---|
Derby | Initialize and run embedded Apache Derby instances from Junit tests | junit-helper-derby | component:derby |
Attributions
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. Copyright owned by JUnit.
Additional attributions are also present on the individual module homepages.