How to create unit tests easily in eclipse [closed]
To create a test case template:
"New" -> "JUnit Test Case" -> Select "Class under test" -> Select "Available methods". I think the wizard is quite easy for you.
You can use my plug-in to create tests easily:
- highlight the method
- press Ctrl+Alt+Shift+U
- it will create the unit test for it.
The plug-in is available here. Hope this helps.