Support DataRow/ScenarioOutlines in mstest v2 adapter #48
Closed
gasparnagy
started this conversation in
Ideas
Replies: 1 comment
-
|
Implemented by #54 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would good to implement the [DataRow] attribute support for MsTest? For xUnit and NUnit, Reqnroll (by default) generates a single parametrized test for scenario outlines and adds the examples as data rows. But for MsTest this was not implemented yet.
(We should always keep the option to generate multiple methods, like we do for NUnit & xUnit.)
Beta Was this translation helpful? Give feedback.
All reactions