30313233343536
private Counter<Integer> counter; @BeforeClass public void beforeClass() { counter = new IntCounter(); }