Example #1
0
 @BeforeMethod
 public void setup() throws IOException, URISyntaxException {
   if (serverConfig == null) {
     super.loadProperties();
     serverConfig = new ServerConfiguration().setHost(getRemoteEntityUrl()).setPath(PATH);
     serverConfig.commitToServer();
   }
 }