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.
No random tests in C# (similar issues in JS except usage of
test.expect
....)Completely broken (JS), everything returns :
Test.assertEquals
, instead of the currentTest.expect
(and without a custom failure message!)A-F
, multiple colors, etc.Especially the last point, considering the amount of time I wasted trying to figure out why the heck I was getting "unspecified assertion error".
The requirement of the kata is MASSIVELY unclear, and the obscured test cases don't help at all either.
|: DFxBC :|
. I tried many things and the test case just keep telling me "you're wrong". This isn't helpful at all.Please revise the description, and add more example test cases and random tests.
My code is passing everything except the last test case. This has been driving me mad, could someone tell me what the test case is, so I can finally solve this! please. Edit: I'm using Javascript.