Gradle Test Run :java:test

19.8 - getWordOccurrence(#a, #b) == #c

summary

8

tests

0

failures

0

skipped

0.016s

duration

100%

successful

Child Tests Failures Skipped Duration Success rate
19.8 - getWordOccurrence([test], null) == -1 1 0 0 0.001s 100%
19.8 - getWordOccurrence([the, , the], hat) == 0 1 0 0 0.001s 100%
19.8 - getWordOccurrence([the, null, the], hat) == 0 1 0 0 0.001s 100%
19.8 - getWordOccurrence([the, null, the], hat) == 0 1 0 0 0.001s 100%
19.8 - getWordOccurrence([the, null, the], the) == 2 1 0 0 0.001s 100%
19.8 - getWordOccurrence([the, the, the], the) == 3 1 0 0 0s 100%
19.8 - getWordOccurrence(null, null) == -1 1 0 0 0.002s 100%
19.8 - getWordOccurrence(null, test) == -1 1 0 0 0s 100%