Silk.NETS
Silk.NET4y ago
Kai

(extract the foor loop to a property returning `IEnumerable<(int, int, int, int)>`, mark the test it

(extract the foor loop to a property returning IEnumerable<(int, int, int, int)>, mark the test itself as [Theory, MemberData(nameof(TheProperty))], and take four parameters, corresponding to the four tuple elements)
Was this page helpful?