Change-Id: I35e7527c6c555cd57fce14889412fa2fd6beab88
throws Exception {
BlockBasedFile blockBasedFile = new BlockBasedFile(null,
mock(DfsPackDescription.class), PackExt.BITMAP_INDEX) {
+ // empty
};
DfsBlock dfsBlock = mock(DfsBlock.class);
DfsBlockCacheTable defaultBlockCacheTable = mock(
throws Exception {
BlockBasedFile blockBasedFile = new BlockBasedFile(null,
mock(DfsPackDescription.class), PackExt.PACK) {
+ // empty
};
DfsBlock dfsBlock = mock(DfsBlock.class);
DfsBlockCacheTable defaultBlockCacheTable = mock(