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 & Random test cases added.
Test and random test cases added.
Thanks, have addd some now.
Not a coding thing, but description could be gender neutral.
Hey Matt, added example test cases a few days ago and have now added random test cases as per outlined in this tutorial - https://github.com/codingforeveryone/READMEs/blob/master/random-test-cases-for-complete-beginners.md
Example test cases are now there as with an updated description clarifying in/output formats. Thanks for the suggestion.
Added now, thanks
Hi Matt, sorry I'm not sure what you mean by hardcoded solutions.
Hi, thanks for the comment. Maybe I can work on a more complicated fork. I'm not trying to get you to do the thing for me, but can you flesh out what you mean?
leviathan, thanks, I've just updated the description.
In addition to the comment by cforsyth68 below, I would also add this test case:
Test.assertEquals(toCamelCase("the_stealth_warrior"), "theStealthWarrior" )
Hello, is there any way to see what the advanced tests are and the order they run? I pass all the test classes but when I press submit there are some tests I fail, and I don't know what their criteria is.
Can you please add more test cases because it's unclear in some instances why code fails when you run "Submit" (and it passes when you just try the tests provided). Thanks.
I think there need to be more test cases that test for rounding.
This comment is hidden because it contains spoiler information about the solution