quarkiverse / quarkus-pact

Pact is a widely-recommended framework for consumer-driven contract testing. This Quarkus extension gives the best Pact integration with Quarkus.
https://pact.io/
Apache License 2.0
11 stars 6 forks source link

Tidy deprecation warning for `DevModeTestUtils` #179

Closed holly-cummins closed 4 months ago

holly-cummins commented 4 months ago

DevModeTestUtils should be replaced with an instance of DevModeClient. The parent classes have an instance we can use.