Ad
  • Custom User Avatar

    The parameter order of assertEquals is wrong. The first parameter should be the expected one not the second parameter.

  • Custom User Avatar

    Duplicate ;-)

  • Custom User Avatar

    fix code style to java style instead of c (in java style curved brackets in same line as code block declaration)

  • Custom User Avatar

    add null checking case for tests (if null passed should return empty string)

  • Custom User Avatar

    remove oop tag from this kata because it is about simple string manipulations, not oop

  • Custom User Avatar

    @Blind4Basics: Yes, was just to get it work, nothing more - generally better to delete this one (but not my kata, not my decision);-)...

  • Default User Avatar

    @smile67: is that really useful? Considering the satisfaction rate and the number of guy who already completed it and downvoted it, this kata will never go out of beta. :/

    But it's nive to have it at least "working", yes.

    cheers

  • Custom User Avatar

    fixed...

  • Custom User Avatar

    Not my kata, but issue fixed;-)...

  • Custom User Avatar

    This Kata is broken since more than a year. Either fix or delete.

  • Custom User Avatar

    test class don't work well

  • Default User Avatar

    Add more test cases incl random test cases.

  • Custom User Avatar

    The test class should be public. the top import was wrong.

  • Custom User Avatar

    Provided test cases don't compile.

  • Custom User Avatar

    Test case syntax errors.
    Missing closing braces in initial solution code.

  • Loading more items...