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