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.
This comment is hidden because it contains spoiler information about the solution
All my tests are passing except test9IsStraight(PokerHandTest). I got a "Runtime Error Occurred".
What's the condition to that test??
How come the example 2-7-8-5-10-9-11 is straight??
shouldn't it be isNotStraight?
Both basic tests and random tests faild after attempting, but basic tests passes in my eclipse.
That's weird.