This is a brief video on how to use the JUnit open source unit testing framework for Java. By using JUnit, you can assert that methods in your Java code work as designed, without the need to set up the complete application.
JUnit pointers:
* Junit Home Page
* JUnit presentation
* Java unit testing tools