Not using TestCases for C# tests is extremely poor form. It leads to useless error messages like this: "Test Failed, Expected: 19 But was: 23". How am I supposed to know the parameters? Please write tests properly.
Think this Kata is broken, in C# atleast, it is saying that my exceptions do no get thrown, tested in visual studio with the same input and they do indeed get thrown, how can we fix this?
Not using TestCases for C# tests is extremely poor form. It leads to useless error messages like this: "Test Failed, Expected: 19 But was: 23". How am I supposed to know the parameters? Please write tests properly.
Think this Kata is broken, in C# atleast, it is saying that my exceptions do no get thrown, tested in visual studio with the same input and they do indeed get thrown, how can we fix this?
Got a typo here "ValidRegoin" should be Region*, good solution!
This Kata has me kicking myself, in C# my sample tests pass easily but the attempt times out every time, can anyone give me a hint???