Beispiel #1
0
 public void JoinSements_NoSegments_ThrowsArgumentOutOfRangeException()
 {
     Assert.Throws <ArgumentOutOfRangeException>(() => _tier.JoinSements(2, 3));
     Assert.Throws <ArgumentOutOfRangeException>(() => _tier.JoinSements(0, 1));
 }