()
| 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 { |