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.
Only 4 fixed assertions in the entire test suite is insufficient code coverage - either increase the number of distinct fixed assertions to at least 20 (ideally including some edge cases as well) or write 100+ random tests (or do both ;) )
If you want the Kata to be solved using a certain approach then enforce it in the Submit tests - just telling the solver "please use this approach" or "please don't use that language feature" will not stop solvers from coming up with alternative approaches. This can be achieved by reading the file
/home/codewarrior/solution.txt
and examining its contents.