Tibor17 commented on pull request #445: URL: https://github.com/apache/maven-surefire/pull/445#issuecomment-1021442604
The call `new TestNgProviderInfo( null ).isApplicable()` returns `false`. We call `new DynamicProviderInfo( null ).isApplicable()` but it returns `true`. The impl in `DynamicProviderInfo` should be a bit more similar to other impl of ProviderInfo and it should not only return the same value without the null check at least. -- 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