swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
782 stars 528 forks source link

TestNG tests not running since 27a690e9 #1918

Closed Mahoney closed 1 year ago

Mahoney commented 1 year ago

Commit 27a690e9 JDK 11+ - update dependencies frantuma* 26/03/2023, 13:03 broke the TestNG runner - they are no longer running as part of the build.

klease commented 1 year ago

Also quite a lot of the TestNG cases now fail because the upgraded version of jmockit no longer supports passing mocked objects to test methods which are run with TestNG.