Menu

JUnitEE / News: Recent posts

JunitEE for Junit 4.x and maven2

There is a test version of a new implementation of JunitEE available at the following maven2 repository.

http://junitee.sourceforge.net/repository/

Maven 2 artifacts as follows

<groupId>net.sourceforge.junitee</groupId>
<artifactId>maven-junite2-plugin</artifactId>
<version>2.0.0</version>

is the new maven2 plugin

and

<groupId>net.sourceforge.junitee</groupId>
<artifactId>junite2</artifactId>
<version>2.0.0</version>... read more

Posted by Martin 2007-08-15

testngEE: new subproject started

A new subproject of JUnitEE was started today. It's called testngEE and it's purpose is - as the name suggests - to provide a means to execute TestNG tests inside a J2EE web container.

At the moment an initial implementation of an Ant task and a corresponding servlet executing the tests is available.

If you are interested in or like to contribute to named subproject, please checkout CVS module testngEE.... read more

Posted by Oliver Rossmueller 2005-10-18

JUnitEE 1.11 released

I am pleased to announce the release of JUnitEE 1.11.

Change log:

- Bug 1055571 fixed (Handle TestSetup)
- Bug 1045188 fixed (XML Summary Invalid)

The release is available for download at
http://sourceforge.net/project/showfiles.php?group_id=31476

Oliver

--
Oliver Rossmueller
Software Engineer and IT-Consultant
Hamburg, Germany
http://www.rossmueller.com

Posted by Oliver Rossmueller 2004-12-11

JUnitEE 1.10 release

I am pleased to announce the release of JUnitEE 1.10.

Change log:

- HTML output page refresh rate config
- Bug 952450 fixed (Not serializable objects in session)
- Bug 938685 fixed (formatter displays first test result only)

The release is available for download at
http://sourceforge.net/project/showfiles.php?group_id=31476

Oliver Rossmueller

Posted by Oliver Rossmueller 2004-05-28

JUnitEE 1.9 released

I am pleased to announce the release of JUnitEE 1.9.

Changes since 1.8:

- Bug 854955 fixed (NPE)
- Bug 890896 fixed (HTTP 500 for NoClassDefFoundError)
- Bug 920505 fixed (ActiveTestSuite)

The release is available for download at
http://sourceforge.net/project/showfiles.php?group_id=31476&release_id=225317

Oliver Rossmueller

Posted by Oliver Rossmueller 2004-03-21

JUnitEE 1.8 released

I am pleased to announce the release of JUnitEE 1.8.

Changes since 1.7:

- Added support for EJB local references to the Ant task (RFE 812799)
- Fixed bug 798104 (PlainFormatter not working)

The release is available for download at
http://sourceforge.net/project/showfiles.php?group_id=31476&release_id=199142

Oliver Rossmueller

Posted by Oliver Rossmueller 2003-11-21

JUnitEE 1.7 released

I am pleased to announce the release of JUnitEE 1.7.

Changes since 1.6.6:

- Added 'Run all' button to test runner
- Added 'show/hide tests' toggle to test runner
- Fixed bug 771518 (see http://sourceforge.net/tracker/index.php?func=detail&aid=771518&group_id=31476&atid=402250\)

The release is available for download at
http://sourceforge.net/project/showfiles.php?group_id=31476&release_id=174935... read more

Posted by Oliver Rossmueller 2003-08-03

JUnitEE 1.6.6 released

I am pleased to announce the release of JUnitEE 1.6.6.

Changes since 1.6.5:

- Switch to JUnit 3.8.1
- Fixed NPE in case an AssertionFailedException is thrown in test setup
- Changed html output charset to UTF-8 to support non-latin characters
- Added interface RequiresDecoration to support test decoration (e.g. use of junit.extensions.TestSetup) when running single tests
- Fixed bug 719243

Changes since 1.6.6pre3:... read more

Posted by Oliver Rossmueller 2003-07-05

JUnitEE 1.6.5 released

I am pleased to announce the release of JUnitEE 1.6.5. This is a
maintainance release and includes fixes for these bugs:

- 699612
- 701531
- 702048

(see bug database at
http://sourceforge.net/tracker/?group_id=31476&atid=402250 for details)

The release is available for download at
http://sourceforge.net/project/showfiles.php?group_id=31476&release_id=146783.

Posted by Oliver Rossmueller 2003-03-17

JUnitEE 1.6.4 released

I am pleased to announce the release of JUnitEE 1.6.4. This is a maintainance release and includes fixes for these bugs:

- 692514
- 692583
- 692586
- 694251
- 695035

(see bug database at http://sourceforge.net/tracker/?group_id=31476&atid=402250 for details)

The release is available for download at
http://sourceforge.net/project/showfiles.php?group_id=31476&release_id=143703.

Posted by Oliver Rossmueller 2003-03-02

JUnitEE 1.6.3 released

As 1.6.2 contains a bug causing a NullPointerException 1.6.3 was released today to fix this bug (677272).

Posted by Oliver Rossmueller 2003-01-30

JUnitEE 1.6 released

Changes since Release 1.5.1

- junitee task logs the server response in case of a parse exception (in rare error cases html is produced by the servlet even if output is set to 'xml')
- JUnitEE servlet provides xml in error cases if output is set to 'xml'
- JUnitEE servlet sets correct content type for streamed image resources
- JUnitEE servlet provides threaded mode for long running tests. This avoids timeouts and gives the possibility to stop test execution. Also included is JUnitEEThreadedServlet which has threaded mode on by default.
- juniteewar task now extends the Ant war task and therefore inherits all it's features
- junitee task supports all relevant features of the junit task (formatters, if/unless conditions for test execution, stack trace filtering)... read more

Posted by Oliver Rossmueller 2002-12-16

JUnitEE 1.6 RC 2 available

I am pleased to announce the second release candidate for
upcoming JUnitEE 1.6.

New in this release:

- junitee task logs the server response in case of a parse exception (in rare error cases html is produced by the servlet even if output is set to 'xml')
- JUnitEE servlet provides xml in error cases if output is set to 'xml'
- JUnitEE servlet sets correct content type for streamed image resources

Posted by Oliver Rossmueller 2002-12-05

JUnitEE 1.6 RC 1 available

I am pleased to announce the first release candidate for
upcoming JUnitEE 1.6.

New in this release:

- JUnitEE servlet provides threaded mode for long running tests.
This avoids timeouts and gives the possibility to stop test execution.
Also included is JUnitEEThreadedServlet which has threaded mode on by
default.
- juniteewar task now extends the Ant war task and therefore inherits
all it's features
- junitee task supports all relevant features of the junit task
(formatters, if/unless conditions for test execution, stack trace
filtering)

Posted by Oliver Rossmueller 2002-11-30

JUnitEE 1.5.1 released

This is a bugfix release containing

- fix for bug 623737 (Ant task not working when using 'runall' in combination with the 'resource' attribute)
- fix for bug 624812 (error/failure property is not set by the Ant task)

Posted by Oliver Rossmueller 2002-10-17

JUnitEE 1.5 Final released

JUnitEE 1.5 Final is available for download and features

- improved user interface
- possibility to run single tests out of a test suite
- new JUnitEEWar Ant task
- optional xml output of test results
- JUnitEEXMLServlet which produces xml output by default
- the system property 'cactus.contextURL' is set by JUnitEEServlet to support Jakarta Cactus test cases

Posted by Oliver Rossmueller 2002-10-11

JUnitEE 1.5 RC 2 available

The second release candidate for the upcoming JUnitEE 1.5 is available. Changes to relase candidate 1:

* request parameter/init parameter to specify stylesheet for xml output
* JUnitEEXMLServlet which produces xml output by default
* the system property 'cactus.contextURL' is set by JUnitEEServlet to support Jakarta Cactus test cases
* bug fix: an error message is displayed if a test classes can not be loaded by the test runner... read more

Posted by Oliver Rossmueller 2002-10-02

JUnitEE 1.5 RC 1 available

The first release candidate for the upcoming JUnitEE 1.5 is available. JUnitEE 1.5 features

* an improved user interface
* optional xml output of the test report
* new JUnitEEWar Ant task

Please have also a look at the Release Notes at http://www.junitee.org/releasenotest.html

Posted by Oliver Rossmueller 2002-09-27

Release 1.4 available

Release 1.4 is available for download and features

- a new option to run all tests found in a specified jar file,
- a new Ant task for build integration,
- and fixes for bug 583856, 583859.

Posted by Oliver Rossmueller 2002-08-18

1.3 Released

Thanks Kaarle!

Posted by Jeff Schnitzer 2001-10-25