()
| 485 | } |
| 486 | |
| 487 | @Test |
| 488 | public void getBoolFalseDoesNotExist() throws Exception { |
| 489 | final Config config = new Config(); |
| 490 | assertFalse(config.getBoolean("asynchbase.nosuchkey")); |
| 491 | } |
| 492 | |
| 493 | @Test |
| 494 | public void getBoolFalseOther() throws Exception { |
nothing calls this directly
no test coverage detected