129130131132133134135136137138139
Assert.assertEquals(UnitTestCase.getSamplebyte(i), flushedBuffer.get()); } } finally { timedBuffer.stop(); } } public void testTimingAndFlush() throws Exception
216217218219220221222223224225226
Assert.assertEquals(UnitTestCase.getSamplebyte(i), flushedBuffer.get()); } } finally { timedBuffer.stop(); } } // Package protected ---------------------------------------------