Exemplo n.º 1
0
 public void TestMethod(int n, IList <string> output)
 {
     Assert.Equal(output, Solution022.GenerateParenthesis(n));
 }
Exemplo n.º 2
0
 public void Solves_Problem_022_Example()
 {
     Solution022.Run("../../../InputData/Problem022Test.dat").Should().Be(211);
 }