Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
1. the reuseForks method adds a new system property argument each time it’s called: -DreuseForks=<setting>
2. the forkPerThread method calls forkMode( "perthread" ).reuseForks( false )
3. the forkOncePerThread calls forkPerThread().reuseForks( true )