Please use an data source instead of the foor loops and use a XUnit theory
Please use an data source instead of the foor loops and use a XUnit theory
IEnumerable<(int, int, int, int)>, mark the test itself as [Theory, MemberData(nameof(TheProperty))], and take four parameters, corresponding to the four tuple elements)IEnumerable<(int, int, int, int)>