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(StepInPrimesTest)
Fixed Tests
expected: but was:<[J@593aecec>
test1(StepInPrimesTest)
100 Random Tests
Test Passed
?????????
I suppose it is Java. The brackets show where your results are not the same as "expected". Here expected was 359 and 367 but you got 326 and 334. Be sure that all the tests are correct.
test(StepInPrimesTest)
Fixed Tests
expected:<[3[59, 367]]> but was:<[3[26, 334]]>
test1(StepInPrimesTest)
100 Random Tests
Test Passed
I think my code works fine, the test case gives wrong answer.