Is it possible to setup the tests to run in parallel? I know Ant has
this option. This could speed things up.
As for integration vs units. Are you suggesting then, that most of
the time you'd only run the unit tests? In the end, the only way you
have assurance that things are still working is that all the tests
pass. In other words, I don't quite understand the benefit of moving
things around.
FWIW, I usually just run the individual test in my IDE and then before
committing run all the tests.
On Sep 18, 2009, at 4:04 AM, Isabel Drost wrote:
On Fri, 18 Sep 2009 11:36:40 +0100
Sean Owen <sro...@gmail.com> wrote:
- *IntegrationTest for long-running tests, or
+1
Isabel