-
-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multiple parameters in the Java method invocation Step #626
Comments
@authorjapps Can you please assign the issues I raised to me? I'll look into them one by one |
Happy to assign @a1shadows . Just checking what would be usecases for more than 1 params ? Currently, if you pass an object to the function, it can accommodate 0 or 1 or more parameters as input to the function imo, which addresses most of the usecases. |
@authorjapps I think that would be true for any method written specifically for use in Zerocode. However, for already existing methods, this necessitates creating wrapper methods and DTO classes for methods that could have been directly called without writing extra code |
Got you @a1shadows, lets go for it if it makes testing process and dev/test life further easy. Please make sure backward compatibility is maintained, as existing projects should not break. Of course you might know this already, just a note due to we all forget during the dev :-) |
Closed by PR #628 |
This feature is available in v PENDING:
|
@authorjapps
It looks like currently we can support only 1 or 0 argument methods for invocation through steps. I can look into this to support a variable number of arguments
The text was updated successfully, but these errors were encountered: