()
| 464 | } |
| 465 | |
| 466 | @Test |
| 467 | public void getBoolFalseNo() throws Exception { |
| 468 | final Config config = new Config(); |
| 469 | config.overrideConfig("asynchbase.bool", "no"); |
| 470 | assertFalse(config.getBoolean("asynchbase.bool")); |
| 471 | } |
| 472 | |
| 473 | @Test |
| 474 | public void getBoolFalseEmpty() throws Exception { |
nothing calls this directly
no test coverage detected