This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257455

Summary: It is not possible to run or debug a single test method when using Parameterized tests
Product: java Reporter: peathal <peathal>
Component: JUnitAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description peathal 2016-01-07 11:40:02 UTC
Create a Parameterized test and executing all tests is fine but when trying to right click a failed or successful test ('Run Again' or 'Debug') in the test results tab it fails with 'no tests executed'. The same if I right click the method in the editor window and click 'run focused test method'.

See the same issue in Eclipse: http://stackoverflow.com/questions/26910449/cannot-run-single-parameterized-test-method-in-eclipse

This is not possible in 8.0.2 and I cannot find this for 8.1. release notes (although not tried yet)