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
picimako
changed the title
Inspection for default WireMockExtension options configuration
Inspection for builder class methods' called with their default values
Apr 14, 2022
Summary
There are a couple of builder classes in WireMock whose certain fields have default values.
Tasks
WireMockExtension.options()
with theWireMockConfiguration.wireMockConfig().dynamicPort();
default value.com.github.tomakehurst.wiremock.matching.MultipartValuePatternBuilder
com.github.tomakehurst.wiremock.matching.RequestPatternBuilder
com.github.tomakehurst.wiremock.client.ResponseDefinitionBuilder
com.github.tomakehurst.wiremock.recording.RecordSpecBuilder
com.github.tomakehurst.wiremock.core.WireMockConfiguration
com.github.tomakehurst.wiremock.client.WireMockBuilder
The text was updated successfully, but these errors were encountered: