Peter Niederwieser wrote:
hdockter wrote:
test.options.fork(forkMode: ForkMode.ONCE)


IMHO, ForkMode.ONCE should be the default.

+1

 ForkMode.PER_TEST may be a good
choice for integration tests, but for unit tests it's overkill (trying too
hard to be on the safe side). I don't know about Ant, but Maven also uses
"once" by default.

Cheers,
Peter

Reply via email to