Share

JUnit

Project News for JUnit

  • JUnit 4.7 is released!

    For more information: http://www.junit.org/node/574

    2009-08-04 02:15:58 UTC by dsaff

  • JUnit: 4.6 released

    JUnit is a simple framework for writing and running automated tests. As a political gesture, it celebrates programmers testing their own software.


    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=15278

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

    Share and Enjoy!

    2009-04-29 16:34:02 UTC by dsaff

  • JUnit 4.5 released

    JUnit 4.5 focuses on features that make life easier for JUnit extensions, including new public extension points for inserting behavior into the standard JUnit 4 class runner. For more information, please reference the release notes.

    2008-08-08 19:41:08 UTC by dsaff

  • JUnit 4.4 is now released

    JUnit 4.4 includes several major new features designed to even better capture developer intent:

    - New assertion syntax

    assertThat(string, containsString("abc"));

    - Explicit support for environment assumptions:

    assumeThat(File.separatorChar, is('/'));

    - Theories (globally true statements):

    @Theory public void filenameIncludesUsername(String username) {
    assumeThat(username, not(containsString("/")));
    assertThat(new User(username).configFileName(), containsString(username));
    }

    There are several minor new features, and important bug fixes over 4.3.1. For more information, please see the release notes at
    http://junit.sourceforge.net/doc/ReleaseNotes4.4.html

    2007-07-18 20:49:49 UTC by dsaff

  • JUnit 4.3.1 is available

    JUnit 4.3.1 is now available for download. This is a bug fix release that fixes two regressions introduced in 4.3. For more details, please see README.html

    2007-03-29 01:56:30 UTC by dsaff