Beispiel #1
0
 public void EaseOutTest()
 {
     Assert.Equal(1, EasingHelper.EaseOut(1));
     Assert.Equal(0, EasingHelper.EaseOut(0));
 }