Skip to content
Hiroshi Ukai edited this page Aug 21, 2017 · 46 revisions

JCUnit is a project to provide a general purpose Java testing framework based on combinatorial testing technique.

The product is able to test various products from a library to applications and various phases from unit testing to system testing. But product specific features and phase specific features are not in focus of it and they should be provided outside this product, e.g., Log collection mechanism, which will be useful for system testing, or adapters for web applications will not be included in this product. Please refer to About JCUnit and Design policy for more detail.

Release plan

n.{odd number}.x releases are development ones, where various enhancements and specification changes happen (, author tries to keep JCUnit compatible with previous stable version, though). While n.{even number}.x are stable ones, where only bug fixes will be made.

Version Release item Target date
0.9.x Developmentversions 0.9.0 - Nov/2017
0.8.x Stable versions 0.8.12+ - as needed
0.7.x Development versions 0.7.0 - Aug/2016
0.7.1+ - as needed
0.6.x Stable versions
- 0.6.0 - Coverage report #10 Dec/2015 -> Feb/2016 -> Early Mar/2016 -> Mar/3/2016(done)
- Generated test suite reusability #19
- "Smart" negative test generation feature #49
0.5.x Development versions Continually released
- 0.5.5 - See release history Oct/25/2015(done)
- 0.5.4 - See release history Oct/5/2015(done)

Release history

References

Clone this wiki locally