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
Thank you for bringing this to my attention! The default was initially false when I introduced it and I forgot to adjust this admittedly pretty obvious place in the docs.
@marcphilipp The parameterized classes feature looks really nice.
I like that records can be used, which gives a really compact notation. It would be great if records could also be used as nested parameterized classes, but I guess that's not possible because they are implicit static.
The documentation for
injectArguments
element inBeforeParameterizedClassInvocation
annotation seems to be inconsistent.The documentation states that the default value is
false
.Looking at the code, the default value seems to be
true
.junit5/junit-jupiter-params/src/main/java/org/junit/jupiter/params/BeforeParameterizedClassInvocation.java
Lines 165 to 169 in f443665
Context
Deliverables
The text was updated successfully, but these errors were encountered: