예제 #1
0
 public void PoundsToStones(double pounds, double stones)
 {
     Assert.Equal(stones, UnitConverters.PoundsToStones(pounds), 4);
 }