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.
Test definitely needs to be fixed (actually randomized) and buffed (increase number of tests).
The intended solution is devious and evil but everyone just ends up praying on RNGesus instead :P
Should be using
assertEquals
so it is easier to debug the tests.Needs random test cases
need English description(需要英文的描述,大部分人看不懂中文)
need more testcases and add random testcases(需要增加测试用例,并且添加随机测试)
need change your test method from
Test.expect
toTest.assertEquals
. It will give more error information to user.(需要改变你的测试方式,使用Test.assertEquals可以更好地回馈错误信息给用户)
chinese chars can not display correct in the testcases.(中文字符在测试用例中无法正常显示)