Gradle Test Run :java:test

getValidParentheses(#a, #b, #c, #d) == #e

summary

6

tests

0

failures

0

skipped

0.015s

duration

100%

successful

Child Tests Failures Skipped Duration Success rate
getValidParentheses(-1, 0, 0, ) == [] 1 0 0 0.005s 100%
getValidParentheses(0, -1, 0, ) == [] 1 0 0 0s 100%
getValidParentheses(0, 0, -1, ) == [] 1 0 0 0.001s 100%
getValidParentheses(0, 0, 0, ) == [] 1 0 0 0s 100%
getValidParentheses(0, 0, 0, null) == [] 1 0 0 0s 100%
getValidParentheses(3, 0, 0, ) == [((())), (()()), (())(), ()(()), ()()()] 1 0 0 0.003s 100%