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 52503 - Allow to generate tests classes for inner non-static classes
Summary: Allow to generate tests classes for inner non-static classes
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 15:32 UTC by Ondrej Rypacek
Modified: 2011-11-04 12:08 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 Ondrej Rypacek 2004-12-15 15:32:32 UTC
Currently, it intentionally doesn't generate test
classes for inner non-static classes. I don't know
the reason, but it's in the code -- a legacy of
the original test-generation code. 

I suggest fixing this together with a change to
the ui - a check box to switch on/off generation
of such test classes.