Vemund Ostgaard wrote:
> Would it be a good idea for junit-all to just run suites.All directly
> instead of the different subsuites? This way they would always be in synch.
This has the disadvantage that there is less visual feedback when
running the junit-all target. Currently at each major suite (jdbcapi,
lang etc.) ant displays the pass/fail numbers, thus if running the tests
manually I can see how things are progressing. Running just suites.All
would delay any visual feedback until all the tests of run. Running
suites.All in the Junit test runners doesn't have the problem because
one can instantly see if there are failures (e.g. the red bar in the
visual runners).
Dan.
|