Testing News, JUnit Annoucements

JUnit 4.8.2 released

TwiP 3.0 released

"Tests with Parameters" is the KISS approach to testing theories instead of samples. It sometimes is easier to state a tests for any parameters passed in instead of picking one combination and then the next, and the next, ... TwiP can do that for you.

Version 3.0 further reduces the test cruft by allowing you to collect several failing verifications instead of only the first failing assertion. Simply use "verifyThat" instead of "assertThat" and TwiP will throw one exception to JUnit with all the failing verifications at once... it's not "one assert per test", it's "one concept per test".

Time flies with tempus-fugit

The tempus-fugit micro-library recently released its first version with a couple of neat JUnit integrations. The project is geared towards making concurrent and time sensitive systems more testable and captures common abstractions such as mocking time and waiting for asynchronous conditions. The test cases themselves make interesting reading.

JUnit 4.8.1 is released

JUnit 4.8.1 has been released, fixing major bugs in the documentation
and implementation of categories. Thanks to our users for being on
top of things.

http://kentbeck.github.com/junit/doc/ReleaseNotes4.8.1.html

and the javadoc at

http://kentbeck.github.com/junit/javadoc/4.8.1/

and download from

http://github.com/KentBeck/junit/downloads

Share and Enjoy,

David Saff

JUnit 4.8 is released

JUnit 4.8 has been released. The primary new feature is preliminary support for Categories. For more information, see the release notes at

http://kentbeck.github.com/junit/doc/ReleaseNotes4.8.html

and the javadoc at

http://kentbeck.github.com/junit/javadoc/4.8/

and download from

http://github.com/KentBeck/junit/downloads

Improving Works offers a JUnit community support license for Infinitest

With your purchase of a JUnit community support license for Infinitest, 25% of the purchase price goes to support future development of JUnit, the world’s most popular unit testing framework. Improving Works is proud to support open source development and the continuing efforts of the JUnit committers and contributors.

JUnit 4.7 is released!

All,

We are happy to announce that last week, we secretly released JUnit 4.7:

http://github.com/KentBeck/junit/downloads

Release notes are linked here:

http://github.com/KentBeck/junit/raw/23ffc6baf5768057e366e183e53f4dfa86f...

We're anxious to see what the developer community can do with @Rules,
which are a powerful new mechanism for extending JUnit's behavior.

Share and Enjoy,

Kent Beck and David Saff

Forums Closed, and where to go to ask a JUnit question

The commenting feature on the forums has been disabled for all users. This makes the forums pretty useless for getting answers to questions. Fortunately, there is a very active Yahoo group at http://tech.groups.yahoo.com/group/junit/. Please head over there to search for the answer to your question, or post a new question if your question hasn't been answered yet.

JUnit 4.6 final is released

JUnit 4.6 is now released! There are a few bug fixes included, and
improvements to the core architecture that allow test reordering and
parallelization for basic JUnit 3 and basic JUnit 4 tests and suites.
For details, please see the release notes.

Release notes: https://sourceforge.net/project/shownotes.php?release_id=675664&group_id...

Download: https://sourceforge.net/project/showfiles.php?group_id=15278&package_id=...

Share and Enjoy,

Kent Beck and David Saff

JUnit 4.6 release candidate 1 is live

JUnit 4.6 release candidate 1 is available. Please pound on it for a
week, and let us know if there's any regressions

Release notes: https://sourceforge.net/project/shownotes.php?release_id=674047&group_id...

Download: https://sourceforge.net/project/showfiles.php?group_id=15278&package_id=...

Share and Enjoy,

Kent Beck and David Saff

Syndicate content