コード例 #1
0
ファイル: StatsTest.java プロジェクト: moneyice/JATP
 @Test
 public void getUsFor50PercentileShouldReturnCorrectValueGivenByConstructor() {
   Stats s = new Stats(0, 1, 0, 0, 0, 0, 0, 0, 0);
   assertEquals(1, s.getUsFor50Percentile(), 0);
 }