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.
Using Assert.True in the ExampleTests on the collection of test cases makes the failure message unhelpful.
Refactoring so each test case gives it's own failure message would be nice.
I personally prefer TestCase or TestCaseSource for collections of tests.