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