()
| 559 | } |
| 560 | |
| 561 | @Test |
| 562 | public void hasPropertyNull() throws Exception { |
| 563 | final Config config = new Config(); |
| 564 | config.overrideConfig("asynchbase.null", null); |
| 565 | assertFalse(config.hasProperty("asynchbase.null")); |
| 566 | } |
| 567 | |
| 568 | @Test |
| 569 | public void hasPropertyNot() throws Exception { |
nothing calls this directly
no test coverage detected