Jarek
Jarek

Reputation: 7729

Eclipse plugins that supports TDD

do you know about some interesting Eclipse plugins that supports Test driven development?

Upvotes: 3

Views: 2186

Answers (2)

Mike
Mike

Reputation: 4550

Pulse is a visually nice plugin that lets you track your TDD flow.

http://www.happyprog.com/pulse/

Upvotes: 3

Arne Deutsch
Arne Deutsch

Reputation: 14779

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/

Upvotes: 5

Related Questions