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
If I have @EnableWireMock with few wiremock instances on my test superclass and one on my test, then only one used is the annotation on my test, superclass wiremock is silently not processed, which leads to unexpected behavior, when I need a few wiremocks for all my tests, for example, and custom wiremock for only one test.
My recommendation would be to merge wiremock configurations, processing all superclasses, or at least throw some exception, if such situation happens.
References
No response
The text was updated successfully, but these errors were encountered:
Proposal
If I have @EnableWireMock with few wiremock instances on my test superclass and one on my test, then only one used is the annotation on my test, superclass wiremock is silently not processed, which leads to unexpected behavior, when I need a few wiremocks for all my tests, for example, and custom wiremock for only one test.
My recommendation would be to merge wiremock configurations, processing all superclasses, or at least throw some exception, if such situation happens.
References
No response
The text was updated successfully, but these errors were encountered: