Ejemplo n.º 1
0
 public void NotBalancedTests(int input, string expected)
 {
     Assert.That(Kata.BalancedNumber(input), Is.EqualTo(expected));
 }