Class SmartApiTestManager
java.lang.Object
org.uitnet.testing.smartfwk.api.core.defaults.SmartApiTestManager
- All Implemented Interfaces:
ApiTestManager
public class SmartApiTestManager extends Object implements ApiTestManager
This class is used to register all Test Helpers on all the target servers.
- Author:
- Madhav Krishna
-
Method Summary
Modifier and Type Method Description voidderegisterAll()AbstractApiActionHandlergetActionHandler(String appName, String targetServerName)ApiAuthenticationProvidergetAuthenticationProvider(String appName, String targetServerName, String userProfileName)static ApiTestManagergetInstance()
-
Method Details
-
getInstance
-
getActionHandler
- Specified by:
getActionHandlerin interfaceApiTestManager
-
getAuthenticationProvider
public ApiAuthenticationProvider getAuthenticationProvider(String appName, String targetServerName, String userProfileName)- Specified by:
getAuthenticationProviderin interfaceApiTestManager
-
deregisterAll
public void deregisterAll()- Specified by:
deregisterAllin interfaceApiTestManager
-