()
| 429 | } |
| 430 | |
| 431 | @Test |
| 432 | public void getBoolYes() throws Exception { |
| 433 | final Config config = new Config(); |
| 434 | config.overrideConfig("asynchbase.bool", "yes"); |
| 435 | assertTrue(config.getBoolean("asynchbase.bool")); |
| 436 | } |
| 437 | |
| 438 | @Test |
| 439 | public void getBoolYesCaseInsensitive() throws Exception { |
nothing calls this directly
no test coverage detected