资 源 简 介
The benefits of Test-Driven Development (TDD) can be appealing to many seeking to reduce the amount of time spent on a software project, but not all projects can implement the TDD methodology fully. A technique similar to TDD -- test-oriented development and debugging -- is implemented as an Eclipse plug-in to support this pragmatic approach so that it can help write high quality software.
Screenshots
Invoking the "Generate test(s)" action
You invoke the context menu on or inside the method you wish to write a test for, and then select JUnit/Generate test(s).
## Result of invoking test generation ##
TODD will find the corresponding test class, open it in an e