Gradle Test Run :java:test
truncateSentence(#s, #k) == #answer
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| truncateSentence(chopper is not a tanuki, 5) == chopper is not a tanuki | truncateSentence(chopper is not a tanuki, 5) == chopper is not a tanuki | 1 | 0 | 0 | 0s | 100% |
| truncateSentence(Hello how are you Contestant, 4) == Hello how are you | truncateSentence(Hello how are you Contestant, 4) == Hello how are you | 1 | 0 | 0 | 0.008s | 100% |
| truncateSentence(What is the solution to this problem, 4) == What is the solution | truncateSentence(What is the solution to this problem, 4) == What is the solution | 1 | 0 | 0 | 0s | 100% |