Exemple #1
0
 public void Combination_Of_5c5_Should_Return_1()
 {
     Assert.AreEqual(_c.Combination(5, 5), 1);
 }