rewrite-testing-frameworks icon indicating copy to clipboard operation
rewrite-testing-frameworks copied to clipboard

Call configureStaticDsl(true) on WireMock builder when static DSL methods are used

Open timtebeek opened this issue 3 years ago • 0 comments

When using static DSL methods, the replacement WireMockExtension in UseWiremockExtensionshould have configureStaticDsl(true) called on the Builder, otherwise the stubs will not be registered and the test will fail.

timtebeek avatar Oct 27 '22 20:10 timtebeek