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