-
Notifications
You must be signed in to change notification settings - Fork 266
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
TestMethod with DataRow is not getting called #190
Comments
The adapter seems to be over-writing Overloaded methods. |
Looks similar to #340 . |
@pvlakshm, @jayaranigarg, @cltshivash Looks like sbd is broken as well here. Shows only one test but runs the the first test twice the first time i hit run all. Thereafter runs the first test once |
Also it doesn't look like the adapter is overriding its more like its discovering 2 tests but running the first test twice. |
Also this is not related to #340. This is the issue with FQDN being same for both methods. We need to add parameter types to the FQDN to fix this. |
Repro code
Expected Result:
One should pass and one should fail
Actual result:
The text was updated successfully, but these errors were encountered: