-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Allow combineDataProviders to work with custom methods using more than 2 parameters #9676
Conversation
Thanks. Could you please add unit tests? |
Yep, why not, I will update it probably tomorrow |
b533076
to
384e6c6
Compare
@fzaninotto updated with a corresponding test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! But this is technically a new feature, so you should PR against next
rather than master
.
Ok, I will update it later today, not just a simple retarget of PR ( I considered it as a bugfix ) |
384e6c6
to
29959bb
Compare
@fzaninotto, done! Sorry for the delay |
Thanks! |
Closes #9675
The current implementation doesn't work with dataProvider methods with more than 2 parameters. According to documentation, the method parameter format is not strictly typed, so it is possible to add as many params as needed and then guess why combineDataProviders doesn't work