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.
i have completed unit tests successfully but if i submit them to server i get unknown error.
does that mean i get infinite loop or something? thanks
edit: i am using java
edit: i have solved the issue. it is because i have code that looked like this
i fixed it by having if construct terminate properly before commenting.