()
| 139 | } |
| 140 | |
| 141 | @Test |
| 142 | public void getString() throws Exception { |
| 143 | final Config config = new Config(); |
| 144 | assertEquals("/hbase", config.getString("hbase.zookeeper.znode.parent")); |
| 145 | } |
| 146 | |
| 147 | @Test |
| 148 | public void getStringNull() throws Exception { |