()
| 168 | } |
| 169 | |
| 170 | @Test(expected = NumberFormatException.class) |
| 171 | public void getIntDoesNotExist() throws Exception { |
| 172 | final Config config = new Config(false); |
| 173 | config.getInt("tsd.nosuchkey"); |
| 174 | } |
| 175 | |
| 176 | @Test(expected = NumberFormatException.class) |
| 177 | public void getIntNFE() throws Exception { |