Bernd Fondermann wrote:

> should be easy to write some plug-in for vim/emacs to run a single
> unit test, shouldn't it?

The direct approach would be to add something to our ant script.

> IDEs are at their best if they support you fully on working on the
> developers current stuff _only_.

IDEs generally have editors that suck.  That tends to be the weakest link.

> That means: Just compile the relevant + changed files, just run the
> specific test (not test class, the test method!)

Yes, I am very familar with Eclipse.  Too bad that every project to provide
it with a decent editor has failed.

> > > JUnit has some stand-alone utilities for this (test runner).
> > Something that we can integrate with ant?
> not as far as I know.

See http://today.java.net/pub/a/today/2003/09/12/individual-test-cases.html

And it appears that the <test name="${test.class.name}" /> element of the
<junit> task may be a solution, too.

        --- Noel



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to