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