March 28, 2005
Announcing the TestNG Eclipse plug-in
The TestNG team is happy to announce the first release of the TestNG Eclipse
plug-in. This first release covers the basic functionalities of TestNG,
among which:
- Multiple ways to launch tests (from a method, from a class, groups or an
entire suite).
- Convenient report view that lets you directly jump to failed tests.
Please note that this plug-in only works with Eclipse 3.1 since it uses
annotations (we recommend download the latest stable milestone).
The plug-in was developed by the indefatigable Alexandru Popescu who has
worked around the clock (literally) to get it done. Thank you so much,
Alex!
Posted by cedric at March 28, 2005 10:14 AM
Team? Can you even field a team in game of 3 on 3? LOL
Why not to make plugin available via Eclipse's update manager? Much better then downloading a zip file.
Very cool to see Eclipse support.
The maven runner I had written was getting damned annoying.
Would this plugin be hard to port to intellij?
I use eclipse 3.1. But the TestNG plugin doesn´t seem to appear within the eclipse environment. Now I tried the link above to the "Eclipse plug-in documentation and screenshots", but it doesn´t exist. What´s wrong?
I use eclipse 3.1. But the TestNG plugin doesn´t seem to appear within the eclipse environment. Now I tried the link above to the "Eclipse plug-in documentation and screenshots", but it doesn´t exist. What´s wrong?
Is there a version of the plugin compiled with JDK 1.4 available? I have problems with the following config:
- Eclipse 3.1 (JDK 1.5)
- A JDK 1.4 project.
- TestNG tests written in the 1.4 style (javadoc-style notation)
Eclipse attempts to run the plugin under the project's 1.4 JDK, thus creating dreaded UnsupportedClassVersionError