Uh oh!
There was an error while loading. Please reload this page.
Datarow tests - support methods with optional parameters and add params support - #604
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Jayarani garg (jayaranigarg)
commented
Apr 22, 2019
ssa3512 : Thank you for your contribution!! |
Jayarani garg (jayaranigarg)
commented
Apr 22, 2019
Jayarani garg (jayaranigarg)
commented
Apr 26, 2019
ssa3512 : Any updates on this? Let us know if you need some help on this. |
ssa3512
commented
Apr 26, 2019
Jayarani garg (@jayaranigarg) sorry, no updates yet. I'm hoping to have some time to address the feedback and look at including #283 early next week. |
ssa3512
commented
Apr 27, 2019
Jayarani garg (@jayaranigarg) I believe I addressed all feedback; should now resolve #283 as well. Please review again and let me know if anything else needs to be addressed. |
Signed-off-by: Steve Ashman <ssa3512@gmail.com>
Signed-off-by: Steve Ashman <ssa3512@gmail.com>
…unit tests for TestMethodInfo.SetParameters; add support for methods with params arguments
b7700e6 to
b77f624CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Jayarani garg (jayaranigarg)
commented
Apr 30, 2019
ssa3512 : Awesome work 👍 Left few minor comments, please address them and we should be all good to push this in. |
…rived class tests and rename tests to be more descriptive
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ssa3512
commented
May 1, 2019
Jayarani garg (@jayaranigarg) if we remove the overridden tests from DerivedClass, the E2E tests run the base class tests twice - once for BaseClass and once for DerivedClass, causing the counts of passed tests to be doubled. Is it okay to specify |
Jayarani garg (jayaranigarg)
commented
May 2, 2019
ssa3512 : Oh I see. I believe if we just keep these tests in the derived class, then they should not be executed twice. |
ssa3512
commented
May 2, 2019
Jayarani garg (@jayaranigarg) In that case is everything good to go? |
Uh oh!
There was an error while loading. Please reload this page.
Jayarani garg (jayaranigarg)
commented
May 3, 2019
ssa3512 : I have updated my comments. You can remove the tests from the base class and have them in derived class only. It will be good to go after that. |
…tively running the same tests twice
ssa3512
commented
May 3, 2019
Jayarani garg (@jayaranigarg) removed tests from base class and added the |
Jayarani garg (jayaranigarg)
commented
May 7, 2019
ssa3512 : Looks nice🎉 I will go ahead and push this in. Thank you for the contributions 🥇 |
Jonas Nyrup (jnyrup)
commented
May 7, 2019
Jayarani garg (@jayaranigarg) Should #283 be closed as well? |
Jayarani garg (jayaranigarg)
commented
May 7, 2019
Jonas Nyrup (@jnyrup): Yes. This PR adds support for params as well. Updated the title to be more explicit. |
I'd suggest updating the release notes to make it clear that In the future, I'd suggest being mindful of these changes and:
EDIT: Looks like there was a specific issue to track the params part, but we forgot to close it in time to generate the release? |

Resolves#252