()
| 326 | } |
| 327 | |
| 328 | @Test(expected = NullPointerException.class) |
| 329 | public void getFloatDoesNotExist() throws Exception { |
| 330 | final Config config = new Config(); |
| 331 | config.getFloat("asynchbase.nosuchkey"); |
| 332 | } |
| 333 | |
| 334 | @Test(expected = NumberFormatException.class) |
| 335 | public void getFloatNFE() throws Exception { |