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 128515 - Cannot profile JUnit 4 tests
Summary: Cannot profile JUnit 4 tests
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 00:51 UTC by ploppy
Modified: 2008-03-25 16:27 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 ploppy 2008-02-27 00:51:27 UTC
While JUnit 4 tests can be run successfully, attempting to profile a JUnit 4 test (either by choosing to profile a class's test or the test directly) results in a 
"unable to start profiling" message. However, JUnit 3 tests (i.e. extending junit.framework.TestCase) can be profiled.
Comment 1 J Bachorik 2008-03-25 16:27:39 UTC
fixed

changeset:   75288:6eb5419b6106
tag:         tip
user:        yardus@netbeans.org
date:        Tue Mar 25 15:23:49 2008 +0100
summary:     #128515 - JUnit4 tests are recognized as profilable