My project is developed in java 1.4
.I need to generate junit codes. While I google-ed a bit on this, I can see all the code-generators are junit 4 compliant (annotation based mostly) and junit 4 is compiled in java 1.5
The best thing would be to use is only junit-3
, But wondering is there any opensource code-generator compliant to junit-3 ? Please suggest me on this
I found a tool which is fulling the requirement.
It is CodePro !!
There we have option which will decide whether the code to be generated based on Junit-3 or Junit-4.
Found it finally :-)