protected void tearDown() throws Exception { super.tearDown(); buf = null; baseBuf = null; }
protected void setUp() throws Exception { super.setUp(); buf = LongBuffer.allocate(BUFFER_LENGTH); loadTestData1(buf); baseBuf = buf; }