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.
How come I don't see any 1st or 2nd kyu katas as a 5th kyu? When I click on the kyu no katas are displayer, but the stats show there are some in different categories.
The tests should either be of the form
Assert.AreEqual(true, Brace.validBraces( "()" )); // first parameter of AreEqual() is supposed to be the expected value
or
Asser.IsTrue(Brace.validBraces( "()" ));
Otherwise failing tests lead to misleading error messages.