()
| 605 | } |
| 606 | |
| 607 | @Test |
| 608 | public void hasProperty() throws Exception { |
| 609 | final Config config = new Config(false); |
| 610 | assertTrue(config.hasProperty("tsd.network.bind")); |
| 611 | } |
| 612 | |
| 613 | @Test |
| 614 | public void hasPropertyNull() throws Exception { |
no test coverage detected