Niels Bosma
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Niels Bosma created a post, Feature requests for unit tests: Maintain the order of InlineData and Jump to InlineData row when "Jump to Source"
I prefer writing unit testa with lots of InlineData row. There two issues that arrises when having many case: 1) The cases are not listed in the Unit Test UI in the same order as they are written.... -
Niels Bosma commented, -
Niels Bosma created a post, How to update the unit tests.
In rider I'm coding tests using xunit. After adding or updating a inlinedata attribute how can I get Rider to update the available tests without running all tests.