package org.reveno.atp.acceptance.tests.preallocated; import org.junit.Test; import org.reveno.atp.api.ChannelOptions; public class PreallocatedMultipleUnbufferedIOTest extends BasePreallocatedTest { @Test public void test() throws Exception { testPreallocatedJournals(EXTRA_SMALL_FILE, ChannelOptions.UNBUFFERED_IO, r -> {}); } }