Be Open Source
Edivad: how to use old JUnit3 tests with JUnit4
The 4.x way is to use JDK (>=5) annotation, but if you for some reason have to use the JDK 1.4 you have two solutions. The one I prefer is to use junit 3.8.x but if you cannot tolerate the missing of JUnit 4.x in the attached PDF you’ll find the standard 4.x way (with annotation) and a workaround for using the old JUnit TestSuite syntax.
by /home/edivad.
At Gioorgi.com we do not see the point of using Annotations, anyway, this is JDK 5 babies.
So, thank you edivad for your help on finding a way to run junit3 tests on junit4!
| Print article | This entry was posted by Giovanni Giorgi on January 24, 2009 at 1:00, and is filed under English Content, Software. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |