sbabcoc commented on PR #517:
URL: https://github.com/apache/maven-surefire/pull/517#issuecomment-1093350407

   I've completely re-implemented the **TestNG740Configurator** class. The new 
implementation...
   * ... overrides the handling of the [parallel] option to resolve the 
incompatibility with TestNG 7.4+.
   * ... acquires the default value of the [threadcount] option to avoid 
superclass hardcoding to 1.
   * ... invokes the superclass handler to allow processing of other supported 
options.
   
   I retained code from the existing implementation to load the 
**ParallelMode** enumeration, convert the specified option to its corresponding 
constant, and set the **XmlSuite** parallel mode setting. I added exception 
handling and conditional blocks to toughen it up.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to