junit

  • submit to reddit

PODAM Draft release is available now

The first draft of PODAM is ready. Currently the framework sets the initial state of a POJO with random values. The supported types are: Primitive...

0 replies - 1297 views - 04/03/11 by Marco Tedone in Announcements

Making Test Driven Development Work: Test Readability

To achieve an impeccable system design, write a failing test first, a simple implementation to pass the test, refactor and repeat. Sounds easy, right? Then...

3 replies - 7640 views - 02/23/11 by Jonathan Fullam in Articles

JUnit 4.9 - Class and Suite Level Rules

If you have worked with JUnit Rule API which was introduced in version  4.8 then you might probably also think that they are very useful. For example,...

1 replies - 13917 views - 01/31/11 by Shekhar Gulati in Articles

Daily Dose - Will NetBeans Have to Remove JUnit?

NetBeans Platform Architect Jaroslav Tulach recently posted some surprising news on the JUnit Yahoo Group.  "We have new lawyers," he said, and...

0 replies - 18608 views - 01/18/11 by Mitch Pronschinske in Daily Dose

JUnit Testing Private Method

0 replies - 2271 views - 11/28/10 by Katarina Majetic in Uncategorized

The Art of Unit Testing in Java - Early Access Book Review

0 replies - 5812 views - 08/26/10 by Jörg Buchberger in Book Reviews

Implementing REST Services with Apache Pivot

Apache Pivot is a platform for building rich Internet applications (RIAs) in Java. While it is geared primarily towards user interface construction, Pivot...

2 replies - 7296 views - 08/25/10 by Greg Brown in Articles

Geb: Groovy Functional Testing on the Web

Have you ever wanted an automated, cross-browser testing tool for Groovy that also works as a screen scraping and process automation tool?  If you have, then...

0 replies - 13918 views - 08/17/10 by Mitch Pronschinske in Articles

Effectively Handling Exceptions in Testing Using MagicTest

Unfortunately handling exceptions thrown by methods under test has always been cumbersome. There has been some relief in the last few months, as both JUnit...

8 replies - 7788 views - 03/18/10 by Thomas Mauch in Articles

Improving the Testability of Java EE With Arquillian; 1.0.0 Alpha 1 Released

At Devoxx '09, JBoss introduced a framework that could help improve the testability of Java EE and JBoss AS.  Integration testing is important in Java EE...

2 replies - 12834 views - 03/11/10 by Mitch Pronschinske in Articles

Drools JBoss Rules 5.0 Developer’s Guide

0 replies - 10304 views - 02/01/10 by Sunil Parikh in Book Reviews

David Saff Talks About JUnit and the 4.8 Release

JUnit has been an important framework in the evolution of test-driven development (TDD).  The open source unit testing framework has been ported to numerous...

3 replies - 8276 views - 12/07/09 by Mitch Pronschinske in Articles

OSGi : Junit Test Extender Using Fragment and BundleTracker

I-Introduction : As Service tracker, the Osgi 4.2 release introduced "BundleTracker" which simplifies working with bundles and facilitate...

0 replies - 9526 views - 10/02/09 by Slim Ouertani in Articles

Testing Exceptions in JUnit 4.7

JUnit 4.7 introduced a few features that make it a little easier to work with exceptions. JUnit 4 introduced the expected parameter, which makes a test...

0 replies - 3027 views - 09/29/09 by John Ferguson Smart in Blogs

Detecting Multiple Errors in a Single Test with JUnit

In my previous post, I described some useful features of the latest JUnit, together with the way I'm using it with the test suite of jrawio.Now, it's the turn...

6 replies - 9170 views - 08/29/09 by Fabrizio Giudici in Articles