vote up 4 vote down star

I've used ZenTest and autotest to work on Ruby projects before, and I used to using them for test-driven development a la this configuration. I have a project that I'm currently working on in Java, and I was wondering if there is something similar in the Java world to achieve the same effect.

flag

5 Answers

vote up 0 vote down check

hi there,

although not a lot of people use autotest like tools in java, there is one (although not so mature).
a blog about it : http://nilanjan-braincasting.blogspot.com/2008/03/autotest-for-java.html
autotest for java : http://code.google.com/p/autotest4j/

BR,
~A

link|flag
vote up 2 vote down

I use junit max which is a eclipse plugin write by kent beck

link|flag
Yes, JUnit max does exactly what you seem to want. – unknown (google) Jul 9 at 14:15
vote up 0 vote down

I used the tool and looks pretty cool for first release.. I would request him to come up with next version soon...

link|flag
vote up 0 vote down

I was looking for something like this a couple of weeks ago when I had to start doing some java. I couldn't find anything anywhere (being new to java) and I don't use eclipse so I hacked this together and will hopefully make it more useful in the future when I find some time:

http://github.com/feydr/crappe

link|flag
vote up 0 vote down

Might I also suggest Infinitest, it is under active development and works with other languages besides Java. I believe it works fine with Scala, but I haven't had much luck using it with Groovy.

It is free for personal use and is being developed by Improving.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.