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 - Tests annotated with @RunWith doesn't run properly
Summary: Tests annotated with @RunWith doesn't run properly
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 08:46 UTC by Martin Janicek
Modified: 2011-12-08 08:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.