()
| 443 | } |
| 444 | |
| 445 | @Test |
| 446 | public void getBoolFalse() throws Exception { |
| 447 | final Config config = new Config(); |
| 448 | config.overrideConfig("asynchbase.bool", "false"); |
| 449 | assertFalse(config.getBoolean("asynchbase.bool")); |
| 450 | } |
| 451 | |
| 452 | @Test |
| 453 | public void getBoolFalse0() throws Exception { |
nothing calls this directly
no test coverage detected