MemberData tests show up as one test instead of many
问题 When you use [Theory] together with [InlineData] it will create a test for each item of inline data that is provided. However, if you use [MemberData] it will just show up as one test. Is there a way to make [MemberData] tests show up as multiple tests? 回答1: I spent a lot of time trying to figure this one out in my project. This related Github discussion from @NPadrutt himself helped a lot, but it was still confusing. The tl;dr is this: [MemberInfo] will report a single group test unless the