
org.catools.ws.rest.CHttpRestClient Maven / Gradle / Ivy
package org.catools.ws.rest;
import org.catools.common.tests.CTest;
import org.catools.ws.enums.CHttpRequestType;
public abstract class CHttpRestClient extends CHttpClient {
public CHttpRestClient(T testInstance, CHttpRequestType requestType, String targetURI) {
super(testInstance, requestType, targetURI);
}
public CHttpRestClient(T testInstance, CHttpRequestType requestType, String targetURI, String targetPath) {
super(testInstance, requestType, targetURI, targetPath);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy