I am working on a project that is using JDK 1.4 and I am planning to write JUnit test cases in JDK 1.5 for several reasons like:
- I wanna explore JDK 1.5
- to use Mocking frameworks more efficiently.
Is it a good idea to do so?? (I've created two projects in Eclipse and am trying this)