()
| 122 | } |
| 123 | |
| 124 | @Test |
| 125 | public void getString() throws Exception { |
| 126 | final Config config = new Config(false); |
| 127 | assertEquals("1000", config.getString("tsd.storage.flush_interval")); |
| 128 | } |
| 129 | |
| 130 | @Test |
| 131 | public void getStringNull() throws Exception { |
no test coverage detected