I've got some tests that are validating the usage messages of main
methods. To do this, they go and call System.setOut. Running two of
these in parallel is, of course, a disaster.
Is there any way to exempt a class from the parallel option?
methods. To do this, they go and call System.setOut. Running two of
these in parallel is, of course, a disaster.
Is there any way to exempt a class from the parallel option?