lanbeier / testng-eclipse

Automatically exported from code.google.com/p/testng-eclipse
0 stars 0 forks source link

group silently ignored #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?
1. choose group, browse, select a group
2. take a test where the group is in annotation @Test(groups = { "grpHere" })
3. put a break-point inside that test
4. Run TestNG in Debug output

> What is the expected output? 
In the console, I would like to see my log.debug output and the execution
to stop at my break-point
> What do you see instead?
===============================================
    G:grpHere
    Tests run: 0, Failures: 0, Skips: 0
===============================================

===============================================
myProject by groups
Total tests run: 0, Failures: 0, Skips: 0
===============================================

What version of the product are you using? On what operating system?
5.8.0.2

>Please provide any additional information below.
jdk1.5.0_14 on Debian stable

Original issue reported on code.google.com by ralf.hau...@gmail.com on 22 Aug 2008 at 9:35