()
| 408 | } |
| 409 | |
| 410 | @Test |
| 411 | public void getBool() throws Exception { |
| 412 | final Config config = new Config(); |
| 413 | config.overrideConfig("asynchbase.bool", "true"); |
| 414 | assertTrue(config.getBoolean("asynchbase.bool")); |
| 415 | } |
| 416 | |
| 417 | @Test |
| 418 | public void getBool1() throws Exception { |
nothing calls this directly
no test coverage detected