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

Method getStringNull

test/TestConfig.java:147–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 @Test
148 public void getStringNull() throws Exception {
149 final Config config = new Config();
150 config.overrideConfig("asynchbase.null", null);
151 assertNull(config.getString("asynchbase.null"));
152 }
153
154 @Test
155 public void getStringDoesNotExist() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getStringMethod · 0.95

Tested by

no test coverage detected