This post originated from an RSS feed registered with Java Buzz
by Angsuman Chakraborty.
Original Post: With TestNG, Why Do We Need JUnit 4.0?
Feed Title: Simple Thoughts - Java and Web Technology Blog
Feed URL: http://tech.gaeatimes.com/index.php/feed/
Feed Description: News and views as a Software Architect and Entrepreneur on Java and Web Software.
JUnit 4.0 finally adopted annotation based test identification, which TestNG has been doing for long, really long time.
TestNG support lower versions of JDK, whereas JUnit supports only JDK 1.5.
Can anyone tell me why would anyone in his right mind want to use JUnit 4.0 over TestNG?