MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / getRemoteAddressChanNotSet

Method getRemoteAddressChanNotSet

test/TestRegionClient.java:94–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 @Test
95 public void getRemoteAddressChanNotSet() throws Exception {
96 RegionClient rclient = new RegionClient(hbase_client);
97
98 assertNull(Whitebox.getInternalState(rclient, "chan"));
99 assertNull(rclient.getRemoteAddress());
100 }
101
102 @Test
103 public void getRemoteAddressChanSet() throws Exception {

Callers

nothing calls this directly

Calls 1

getRemoteAddressMethod · 0.95

Tested by

no test coverage detected