If we declared the controlled environment at the suite level rather than
for each test, then we would not have to bounce the environment (and vm)
with every test.
-Rick
Daniel John Debrunner wrote:
Bernt M. Johnsen wrote:
I think this is definitely a path we should follow.
(... the pun is in the "ah" of the beholder..... ;-)
Especially the idea that each separate test/testsuite should have a
well defined and controlled environment it should run in.
That's a good way to look at it, controlled environment including:
classpath
policy file
security manager
heap size
locale
etc.
Dan.