Exemplo n.º 1
0
 static void testing(bool expected, string parentheses)
 {
     Assert.Equal(expected, ValidParentheses.ValidParenthesis(parentheses));
 }