Gradle Test Run :java:test

findValue(#a, #b) == #c

summary

9

tests

0

failures

0

skipped

0.042s

duration

100%

successful

Child Tests Failures Skipped Duration Success rate
findValue([[1, 2, 4, 5, 6], [2, 3, 5, 7, 8], [4, 6, 8, 9, 10], [5, 8, 9, 10, 11]], -5) == false 1 0 0 0s 100%
findValue([[1, 2, 4, 5, 6], [2, 3, 5, 7, 8], [4, 6, 8, 9, 10], [5, 8, 9, 10, 11]], 3) == true 1 0 0 0.014s 100%
findValue([[1, 2, 4, 5, 6], [2, 3, 5, 7, 8], [4, 6, 8, 9, 10], [5, 8, 9, 10, 11]], 4) == true 1 0 0 0.001s 100%
findValue([[1, 2, 4, 5, 6], [2, 3, 5, 7, 8], [4, 6, 8, 9, 10], [5, 8, 9, 10, 11]], 8) == true 1 0 0 0.001s 100%
findValue([[1, 2, 4, 5, 6], [2, 3, 5, 7, 8], [4, 6, 8, 9, 10], [5, 8, 9, 10, 11]], 8) == true 1 0 0 0.003s 100%
findValue([[1, 2, 4, 5, 6], [2, 3, 5, 7, 8], [4, 6, 8, 9, 10], [5, 8, 9, 10, 11]], 9) == true 1 0 0 0.003s 100%
findValue([[10, 20, 30, 40], [15, 25, 35, 45], [27, 29, 37, 48], [32, 33, 39, 50]], 29) == true 1 0 0 0.007s 100%
findValue(null, -1) == false 1 0 0 0.001s 100%
findValue(null, 8) == false 1 0 0 0.002s 100%