215216217218219220221222223224225
} { // BlockSize test long longValue = rand.nextLong(); opt.setBlockSize(longValue); assert(opt.blockSize() == longValue); } { // BlockRestartInterval test int intValue = rand.nextInt(); opt.setBlockRestartInterval(intValue);