42434445464748
FileChannel fileChannel; @BeforeMethod(groups = { "fast-unit" }) public void setUp() { fileChannel = getFileChannel(); simpleFileLock = new SimpleFileLock(fileChannel); }