Ad
  • Custom User Avatar
    • Please remove companion object and use top level function.
    • java.util.Arrays import can be removed from Sample Tests
    • user can modify input in random tests
    • use kotlin.random instead of a new java.util.Random instance for every random number
    • Please use JUnit 5
    • Why are you creating a space-separated string only to split it on whitespace afterwards to generate the input? Just randomly select array elements.
    • Sentences should not all be exactly 5 words long.