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.
fixed
I know this is two years old but you may be hitting an infinite loop on the last test (0).
Seems like 1000+ java warriors didn't have an issue with this.
Unclear, closing.
@Voile I'm getting a timeout issue in java, just like many others..
No.
Not a issue
And this is definitely not an issue!
Most likely to be own code issue.
If you don't know why your code isn't working you should post as a
question
instead :)Please clarity what is not working.
assertTrue and assertFalse will throw errors when they get the wrong value. From the docs:
An assertion method compares the actual value returned by a test to the expected value, and throws an AssertionException if the comparison test fails.
Up to whoever wrote the java version to fix im afraid