()
| 222 | } |
| 223 | |
| 224 | @Test(expected = NumberFormatException.class) |
| 225 | public void getShortDoesNotExist() throws Exception { |
| 226 | final Config config = new Config(); |
| 227 | config.getShort("asynchbase.nosuchkey"); |
| 228 | } |
| 229 | |
| 230 | @Test(expected = NumberFormatException.class) |
| 231 | public void getShortNFE() throws Exception { |