com.agiletestingframework.toolbox.interfaces.WebService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atf-toolbox Show documentation
Show all versions of atf-toolbox Show documentation
Automation Testing Framework Toolbox Provides simple automation.
The newest version!
package com.agiletestingframework.toolbox.interfaces;
public interface WebService {
String getNamespaceURI();
String getEndPoint();
void teardown();
}