Tuesday, 5 October 2010

Junit Java Unit Testing Tool Presentation

Methods & Tools, a free software development magazine available on the web, has published a presentation of JUnit. JUnit is a Java library for unit testing, which has advanced to the de-facto standard in unit testing. By using JUnit, you can assert that methods in your Java code work as designed, without the need to set up the complete application.

No comments:

Post a Comment