slawekjaranowski commented on pull request #398:
URL: https://github.com/apache/maven-surefire/pull/398#issuecomment-1020382408


   `TestNgProviderInfo( ).isApplicable()`  has implementation:
   
   ```java
   public boolean isApplicable()
           {
               return testNgArtifact != null;
           }
   
   ``` 
   
   so return `true` for any TestNg  artifact
   
   I didn't change production code ... I just wrote tests to show current 
situation


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to