package tools.jackson.core.unittest.json.async; import java.io.IOException; import tools.jackson.core.unittest.testutil.AsyncReaderWrapper; public class AsyncConcurrencyByteBufferTest extends AsyncConcurrencyTest { @Override protected AsyncReaderWrapper createParser() throws IOException { return asyncForByteBuffer(JSON_F, 100, JSON_DOC, 0); } }