public void PoundsToStones(double pounds, double stones) { Assert.Equal(stones, UnitConverters.PoundsToStones(pounds), 4); }