TestNG Eclipse plugin released
From users@testng.dev.java.net a good news by Alexandru Popescu:
The TestNG team is pleased to announce (and distribute also ;-)) the first version of TestNG Eclipse plugin. Features ======== 1/ TestNG View (Window -> Show View -> Other -> Java -> TestNG) featuring - - the Red-Green Bar - - test results statistics - - hierarchical test results presentation - - failures stack traces presentation. 2/ TestNG Launcher (Run ... -> TestNG) featuring - - browse and run a TestNG enabled test class - - browse and run groups defined in the project tests - - browse and run suites 3/ Contextual TestNG Launcher (Right Click -> Run) featuring: - - run class as TestNG test - - run type as TestNG test - - run method as TestNG test - - run suite as TestNG test The current version is working with Eclipse 3.1M5 (and probably 3.1M4).
You can download the plugin here.

No Comments Yet