[Junitdoclet-users] Two marker areas for each test method.
Brought to you by:
sgemkow
From: <Rav...@bl...> - 2003-11-03 11:04:55
|
Hi, The default template provided with the junitdoclet release generates the test methods with no source. Now, I want some source to be generated when the javadoc is run. So, I copied the properties file made the changes. But now, we need two marker areas for each method. like. public void testMethod1() { int.. ; ........... ............. ............. ................ //junitdoclet end method name ............... ................. .............. ................. //junitdoclet begin method name //junitdoclet end method name } Has anyone of you had a similar requirement. Any links/ideas ? thanx in advance. Ravi. |