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 194539 - Run->Test Project won't run test classes ending with Tester
Summary: Run->Test Project won't run test classes ending with Tester
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: TEST, USABILITY
Depends on:
Blocks:
 
Reported: 2011-01-20 17:47 UTC by rzehan
Modified: 2012-10-26 11:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rzehan 2011-01-20 17:47:40 UTC
If I create test class name of which ends with "Tester" the Run->Test Project won't run this particular class. If choose "Run file" from the file's context menu, the test class (all its test method) is run properly. I'm using JUnit 4.5.
Comment 1 Theofanis Oikonomou 2012-10-26 11:45:39 UTC
This is as expected. AFAIK the Test project action will run all classes in the test directories that end with *Test.java