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.
this would fail this test
assertEquals(
"apples, pears# and bananas\ngrapes\nbananas",
StripComments.stripComments( "apples, pears# and bananas\ngrapes\nbananas !$apples", new String[] { "#$", "!$" } )
);
The author has provided a function, MorseCode.get(), to retrieve the codes, but if you provide a code that function doesn't know it returns null.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
When summit my solution I get 4 messages like:
./src/test/java/DescendingOrderTest.java:9: error: unreported exception Exception; must be caught or declared to be thrown
assertEquals(0, DescendingOrder.sortDesc(0));
But in my tests, I test for this very same case plus:
and they all pass. ????
Any tips? Please .....