示例#1
0
 void assertBackgroundStat(int expected, int stat_ix) {
   assertEquals(expected, tr.getBackgroundStat(stat_ix));
 }