()
| 553 | } |
| 554 | |
| 555 | @Test |
| 556 | public void hasProperty() throws Exception { |
| 557 | final Config config = new Config(); |
| 558 | assertTrue(config.hasProperty("hbase.rpcs.buffered_flush_interval")); |
| 559 | } |
| 560 | |
| 561 | @Test |
| 562 | public void hasPropertyNull() throws Exception { |
nothing calls this directly
no test coverage detected