SeeSharpr
Results
2
comments of
SeeSharpr
Updated the description. I observe the faulty behavior on the InlineData attribute on xUnit. new int[]{...} works but not new string[]{...}
Note that in xUnit the argument of InlineData expects object[] because they map each entry in the object array to a single parameter in the test case. When someone passes...