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
In case of nested parameterized constructs it is sometimes beneficial to have all "display names merged" at the leaf level. For example, starting a with a top-level @ParameterizedClass nesting a @ParameterizedTest method:
At the moment, there's no way to customize the names of the 4 generated names for each @ParameterizedTest to include their parents display name. For example, to make last line:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In case of nested parameterized constructs it is sometimes beneficial to have all "display names merged" at the leaf level. For example, starting a with a top-level
@ParameterizedClassnesting a@ParameterizedTestmethod:yields
At the moment, there's no way to customize the names of the 4 generated names for each
@ParameterizedTestto include their parents display name. For example, to make last line:└─ [2] 2 ✔read
└─ HelloParams [string="b"] :: test(int) :: [2] 2Including all arguments injected for that test.
Beta Was this translation helpful? Give feedback.
All reactions