()
| 415 | } |
| 416 | |
| 417 | @Test |
| 418 | public void getBool1() throws Exception { |
| 419 | final Config config = new Config(); |
| 420 | config.overrideConfig("asynchbase.bool", "1"); |
| 421 | assertTrue(config.getBoolean("asynchbase.bool")); |
| 422 | } |
| 423 | |
| 424 | @Test |
| 425 | public void getBoolTrueCaseInsensitive() throws Exception { |
nothing calls this directly
no test coverage detected