public void TestMethod2(string s, string p, bool output)
 {
     Assert.Equal(output, Solution010.IsMatch(s, p));
 }
Exemplo n.º 2
0
 public void Solves_Problem_010_Example()
 {
     Solution010.Run(10).Should().Be(17);
 }