Ejemplo n.º 1
0
 public void Test_Convert(string s, int numRows, string output)
 {
     Assert.Equal(output, Solution006.Convert(s, numRows));
 }
Ejemplo n.º 2
0
 public void Solves_Problem_006_Example()
 {
     Solution006.Run(10).Should().Be(2640);
 }