Feature Requests item #899727, was opened at 2004-02-18 10:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=899727&group_id=44253
Category: JUnit integration
Group: None
Status: Open
Priority: 5
Submitted By: James Hsia (jhsia)
Assigned to: Nobody/Anonymous (nobody)
Summary: Inner class JUnit testing
Initial Comment:
A convenient way to write JUnit tests is to make them
static inner classes of the class they designed to
test. This way, the test class has access to all the
private members of the class being tested. Right now
though, the testing framework in DrJava does not
recognize inner classes which are valid JUnit test cases.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=899727&group_id=44253
|