A programmer-oriented testing framework for Java.
http://junit.org/
1 import static org.junit.Assert.*; 2 // ... 3 assertEquals(...);