PS, seems it has been added now in the C# kata [TestCase(new int[]{100,90}, 11, ExpectedResult=false)]
[TestCase(new int[]{100,90}, 11, ExpectedResult=false)]
did it in C# Haven't had a look on the other languages, but if they have the same only happy pathchecking testcase, then I'd suggest the same for those.
In which language?
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
PS, seems it has been added now in the C# kata
[TestCase(new int[]{100,90}, 11, ExpectedResult=false)]
did it in C#
Haven't had a look on the other languages, but if they have the same only happy pathchecking testcase, then I'd suggest the same for those.
In which language?
This comment is hidden because it contains spoiler information about the solution