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.
Random tests are completely broken:
It should be 'terrorists', not 'terrorist'...
This kata is too easy in the current form. This could be an interesting kata if both the user and the troll had to be in the user list.
Example:
Regards,
suic
The description is inconsistent. Either use variable names or example numbers.
The description is incomplete, and the answer is already provided. I'm not sure what the point of this kata is.
Since you did not change the reference solution, we can now talk about the problem in it.
Apparently, there are more than 2 ways for arranging 4 from 2 Apples and 3 Pears
Actually there are 10....
Nope, random tests are not recognized by test name. You should actually implement random tests.
There's a compilation error in basic tests:
It is
Assert.AreEqual("...", IsBombDefused(...));
and should beAssert.AreEqual("...", Kata.IsBombDefused(...));
Also, no random tests.