Archive for October, 2007

Unitils – library for enhance unit test by using annotation approach

October 16 2007No Commented

Categorized Under: Agile, Java, Testing

In the post Enhance the Unit test using Annotation approach, I outlined the approach of using annotation to reduce the redundant code and avoid the inheritance (like JUnit3). Annotation RunWith of JUnit4 is a powerful class help us to custom the approach of running unit test, we can create the class inherits from class TestRunner. [...]