()
| 145 | } |
| 146 | |
| 147 | @Test |
| 148 | public void getStringNull() throws Exception { |
| 149 | final Config config = new Config(); |
| 150 | config.overrideConfig("asynchbase.null", null); |
| 151 | assertNull(config.getString("asynchbase.null")); |
| 152 | } |
| 153 | |
| 154 | @Test |
| 155 | public void getStringDoesNotExist() throws Exception { |
nothing calls this directly
no test coverage detected