()
| 450 | } |
| 451 | |
| 452 | @Test |
| 453 | public void getBoolFalse0() throws Exception { |
| 454 | final Config config = new Config(); |
| 455 | config.overrideConfig("asynchbase.bool", "0"); |
| 456 | assertFalse(config.getBoolean("asynchbase.bool")); |
| 457 | } |
| 458 | |
| 459 | @Test |
| 460 | public void getBoolFalse2() throws Exception { |
nothing calls this directly
no test coverage detected