do you know about some interesting Eclipse plugi开发者_运维技巧ns that supports Test driven development?
Infinitest and JUnitMax do "Continuos Testing". All your tests are run in the background and testing errors appear as error annotations as if they are compiler errors. Interesting indeed ;).
http://infinitest.github.com/
http://www.threeriversinstitute.org/junitmax/
Pulse is a visually nice plugin that lets you track your TDD flow.
http://www.happyprog.com/pulse/
精彩评论