You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 3.x the constructor for the ResponseTemplateTransformer changed.
I also found, that there is now an option to enable global templating in the options.
The example for the use of an extension should be changed, as it does not compile anymore, and does not make sense with the current configuration options.
Summary
The example code in https://wiremock.org/docs/junit-jupiter/ shows how to activate global templating using an extension.
With version 3.x the constructor for the
ResponseTemplateTransformer
changed.I also found, that there is now an option to enable global templating in the options.
The example for the use of an extension should be changed, as it does not compile anymore, and does not make sense with the current configuration options.
References
https://wiremock.org/docs/junit-jupiter/
The text was updated successfully, but these errors were encountered: