()
| 457 | } |
| 458 | |
| 459 | @Test |
| 460 | public void getBoolFalse2() throws Exception { |
| 461 | final Config config = new Config(); |
| 462 | config.overrideConfig("asynchbase.bool", "2"); |
| 463 | assertFalse(config.getBoolean("asynchbase.bool")); |
| 464 | } |
| 465 | |
| 466 | @Test |
| 467 | public void getBoolFalseNo() throws Exception { |
nothing calls this directly
no test coverage detected