Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0.0Release
-
Fix Version/s: None
-
Component/s: Testing, Running, Debugging
-
Labels:
-
Environment:Groovy-Eclipse Feature 2.0.1.20100129-0800-e35
-
Number of attachments :
Description
Choosing the jUnit4 flavor of unit tests produces methods like:
public void setUp() throws Exception {
}
These should be groovied into
void setUp() {
}