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

Method getIntNFE

test/TestConfig.java:191–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 @Test(expected = NumberFormatException.class)
192 public void getIntNFE() throws Exception {
193 final Config config = new Config();
194 config.overrideConfig("asynchbase.int",
195 "this can't be parsed to int");
196 config.getInt("asynchbase.int");
197 }
198
199 @Test
200 public void getShort() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getIntMethod · 0.95

Tested by

no test coverage detected