Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.1.14
-
Fix Version/s: 1.15
-
Component/s: IntelliJ IDEA plug-in
-
Labels:None
-
Environment:Windows 7
IDEA 10.0.2
-
Number of attachments :
Description
I use @Test as the test method naming when using testNG.
If I decorate a test with a dataprovider, like this : @Test(dataprovider = "xxx"), then the test is not displayed in the TestDox window. Without dataprovider attribute, it's ok.