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