Ref: http://junit.sourceforge.net/doc/faq/faq.htm http://open.ncsu.edu/se/tutorials/junit/ API DOC What is JUnit? JUnit is a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include: Assertions for testing expected results Test fixtures for sharing common test data Test runners for running tests When should […]
Tag Archives: JUnit
Ant: Simple JUnit Test
This is the final part of the so called Ant series I have been writing in this blog, about Apache Ant. This is an extremely brief tutorial on JUnit. The goal is to test Ant and JUnit framework integration . The previous posts on Ant can be found here: Apache Ant Ant: Installation Ant: Hello […]