EnvironmentEdgeManager.injectEdge(edge);
}
@Test
public void test() {
FlushRegionEntry entry = new FlushRegionEntry(Mockito.mock(HRegion.class));
FlushRegionEntry other = new FlushRegionEntry(Mockito.mock(HRegion.class));
assertEquals(entry.hashCode(), other.hashCode());
assertEquals(entry, other);
}