()
| 115 | } |
| 116 | |
| 117 | @Test |
| 118 | public void overrideConfig() throws Exception { |
| 119 | final Config config = new Config(false); |
| 120 | config.overrideConfig("tsd.core.bind", "127.0.0.1"); |
| 121 | assertEquals("127.0.0.1", config.getString("tsd.core.bind")); |
| 122 | } |
| 123 | |
| 124 | @Test |
| 125 | public void getString() throws Exception { |
no test coverage detected