Skip to content
dakusui edited this page Feb 29, 2016 · 46 revisions

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

The product should be 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](About JCUnit.md) 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.6.x Stable versions
- 0.6.0 - Coverage report #10 Dec/2015 -> Feb/2016 -> Early Mar/2016
- Generated test suite reusability #19
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

  • Blog (Japanese; 日本語)
Clone this wiki locally