Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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???