MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / getString

Method getString

test/TestConfig.java:141–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 @Test
142 public void getString() throws Exception {
143 final Config config = new Config();
144 assertEquals("/hbase", config.getString("hbase.zookeeper.znode.parent"));
145 }
146
147 @Test
148 public void getStringNull() throws Exception {

Callers

nothing calls this directly

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected