3536373839404142
private TestConfigService configService; @Before public void startConfiguration() throws Exception { configService = new TestConfigService(); configService.start(); }