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 152937 - GroovyTestCase and TestCase Methodes not excecuted
Summary: GroovyTestCase and TestCase Methodes not excecuted
Status: RESOLVED INVALID
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker with 1 vote (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-11 11:50 UTC by jgs100
Modified: 2011-04-06 02:33 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 jgs100 2008-11-11 11:50:45 UTC
The IDE finds and offers to excecute the TestCase or GroovyTestCase, but the "JUnit Test Results"-window shows: "No
tests excecuted." and there is no output from the code. It seams the methodes aren't excecuted. (Im using JDK 1.6. and
everything out of the BOX 6.5 RC 2)
It neither work on Windows XP nor on OS X.5. Or I'am makeing the same mistake on both systems.
Comment 1 Quality Engineering 2009-12-21 06:57:28 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team
Comment 2 thealchemist 2011-04-06 02:10:51 UTC
Has anyone tried this out recently?  I'm running NetBeans 6.9.1.  You can't right-click on "WhateverTest.groovy" in Groovy Test Packages in a Maven groovy project and Run or Test, which is quite disappointing.

You have to run the entire project test suite (right-click on the Project and Test).
Comment 3 thealchemist 2011-04-06 02:33:43 UTC
Nevermind.  NB 6.9.1 confused me, but this isn't the issue.  Turns out you can click on Run at the menubar and you'll get Test File, but you won't get if you right-click in the Project Explorer.