public class LazyTomAccumulatorTest extends StringAccumulatorTest { protected StringAccumulator newStringAccumulator(int bufSize) { return new TomAccumulator(true); } }