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

Method getIntDoesNotExist

test/TestConfig.java:185–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 }
184
185 @Test(expected = NumberFormatException.class)
186 public void getIntDoesNotExist() throws Exception {
187 final Config config = new Config();
188 config.getInt("asynchbase.nosuchkey");
189 }
190
191 @Test(expected = NumberFormatException.class)
192 public void getIntNFE() throws Exception {

Callers

nothing calls this directly

Calls 1

getIntMethod · 0.95

Tested by

no test coverage detected