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
The integration of a full-blown expression language for generating the strings of display names might not really be necessary. A simple alternative would be to allow for the expansion of those variables that are injected by the current method argument ParameterResolver. The scope of this proposal is intentionally limited to calling the toString() method on said arguments and replacing the variable reference in the DisplayName value with this output.
Since parameters are not available during discovery and there's currently no way to signal a different display name for an existing test descriptor, we will close this ticket for now.
Overview
The integration of a full-blown expression language for generating the strings of display names might not really be necessary. A simple alternative would be to allow for the expansion of those variables that are injected by the current method argument
ParameterResolver
. The scope of this proposal is intentionally limited to calling thetoString()
method on said arguments and replacing the variable reference in theDisplayName
value with this output.Related Issues
The text was updated successfully, but these errors were encountered: