Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0, 1.0.1, 1.1.1, 1.1.2, 1.1.4, 1.1.5, 1.1.6, 1.1.7
-
Fix Version/s: 1.5
-
Component/s: IntelliJ IDEA plug-in
-
Labels:None
-
Number of attachments :
Description
[ Requested by Hugo Palma <hpalma at digitalis.pt> on Fri, 17 Jun 2005 at 11:38:36 +0100 ]
Hi, the feature i'd like to request is to be able to use an IDEA
template for the generated test class. This would be really helpful as i
have some things, like javadoc, that i use in every test class.
Thanks for the great plugin.
Hugo
This would also be great for use, since we're using TestNG instead of JUnit - we always have to delete the extends TestCase.