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
Would be great to have "CustomParameterParser.canParse(ParameterizedType parameterType, Spec.Parameter parameter)" instead of simple Class<?>. This can simplify mapping from table to List
@AUsachov The Custom parameter parsing is a runner-specific implementation. In this case, my guess is you are referring to java runner's parameter parsing.
From @AUsachov on November 27, 2018 15:6
Would be great to have "CustomParameterParser.canParse(ParameterizedType parameterType, Spec.Parameter parameter)" instead of simple Class<?>. This can simplify mapping from table to List
Copied from original issue: getgauge/gauge#1257
The text was updated successfully, but these errors were encountered: