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
It may be the case that a parameter type has to be placed before another parameter.
224
-
For instance the Web Client support in the `vertx-junit5-extensions` project requires that the `Vertx` argument is before the `WebClient` argument.
224
+
For instance the Web Client support in the `reactiverse-junit5-extensions` project requires that the `Vertx` argument is before the `WebClient` argument.
225
225
This is because the `Vertx` instance needs to exist to create the `WebClient`.
226
226
227
227
It is expected that parameter providers throw meaningful exceptions to let users know of possible ordering constraints.
0 commit comments