Exemple #1
0
 public void CanApplyToPitches(Interval interval, Pitch bottom, Pitch top)
 {
     Assert.Equal(top, bottom.Apply(interval));
 }