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.
Ok, I see what you mean, thank you again.
Still Missing assertion messages in random tests (You should display messages such as those which will display input for solvers to easily debug without needing to print)
Smtg like
assert.equal(solution.getVolumeOfCuboid(a,b,c), a*b*c, Testing for length = ..., height = ... )
Thank you very much for your comments
Function name should be
camelCase
Missing
return 0
in initial solutionMissing assertion messages in random tests
NUmber of random tests should be increased to at least 50