Bugs item #1504830, was opened at 2006-06-12 09:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1504830&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: JUnit integration
Group: 4: Serious
Status: Open
Resolution: None
Priority: 5
Submitted By: R. Matt Barnett (rmbarnett)
Assigned to: Nobody/Anonymous (nobody)
Summary: JUnit Classes not Tested
Initial Comment:
I am running into a recurring problem when creating new
JUnit tests from the DrJava file menu. Why I try to
test the class with the test button, I am informed that
no JUnit tests are open / compiled (even though they
are test cases and are compiled). Normally this means
that the package statement does not follow the files
system structure (which really should have a different
error message) but in all these cases the structure is
correct, and I am also able to manually invoke the test
methods from the interactions pane. I can also confirm
that these "untestable" test cases test fine when
invoked by ant.
Sometimes the problem can be resolved by doing a "Save
As" and renaming the class (leaving all other aspects
of the class unchanged). Sometimes not.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1504830&group_id=44253
|