コード例 #1
0
 public void KnockoutRoundNames()
 {
     Assert.AreEqual(KnockoutPlanner.GetRoundName(1, 4, null), "Octavos de final");
     Assert.AreEqual(KnockoutPlanner.GetRoundName(2, 4, null), "Cuartos de final");
     Assert.AreEqual(KnockoutPlanner.GetRoundName(3, 4, null), "Semifinales");
     Assert.AreEqual(KnockoutPlanner.GetRoundName(4, 4, null), "Final");
 }