Ad
  • Default User Avatar

    this is either not true or was fixed by someone. Codewars supports both JUnit 4 and JUnit 5. In JUnit 4 the order is assertEquals(message, expected actual), in JUnit 5 the order is assertEquals(expected, actual, message). This kata uses JUnit 4.

  • Custom User Avatar

    It can take quite long, especially for languages with a low traffic, like Kotlin.

  • Default User Avatar

    duplicate issue, see below

  • Default User Avatar

    Circumvent it.

  • Custom User Avatar

    It is relevant. It's the design of the kata. It's good to have this information, since it can validate some basic approaches that would fail with maximum integer (and FIY: there is no such a thing as maximum integer in languages like Ruby or Python). How would this be an issue?

  • Custom User Avatar

    No, it says n is between those values, not that you should validate that, not a kata issue.