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 206124

Summary: Tests annotated with @RunWith doesn't run properly
Product: java Reporter: Martin Janicek <mjanicek>
Component: JUnitAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Janicek 2011-12-08 08:46:01 UTC
In the current state there is no way to run test with different name then **/*Test.java (that means when running all project tests, only files with SomeNameTest.java are executed).

The JUnit itself enables to run tests with @RunWith(JUnit4.class) annotation, so it would be nice to have also support for these kind of tests and run them together.