
com.github.becausetesting.webservices.WebServiceUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
A common libraries used for testing framework.
package com.github.becausetesting.webservices;
import java.net.URL;
import java.util.Map;
public interface WebServiceUtils {
public void doget(URL url,Map headers);
public void doPost(URL url,Map headers,Map data) ;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy