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
Toying around with the new extension point ExecutableInvoker, I figured that ExecutableInvoker#invoke(Method, Object) does only run ParameterResolvers.
Should it not run all extensions applicable ?
My reasoning is the following:
Any extension can have side effects (such as adding a closable resource into the extension context)
If ParameterResolver extensions are executed, but the others are not, may the test not be in an inconsistent state ?