Exemplo n.º 1
0
 public void Test_MyAtoi(string str, int output)
 {
     Assert.Equal(output, Solution008.MyAtoi(str));
 }
Exemplo n.º 2
0
 public void Solves_Problem_008_Example()
 {
     Solution008.Run("../../../InputData/Problem008Test.dat", 2).Should().Be(72);
 }