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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidderegisterAll()AbstractApiActionHandlergetActionHandler(String appName, String targetServerName)ApiAuthenticationProvidergetAuthenticationProvider(String appName, String targetServerName, String userProfileName)static ApiTestManagergetInstance()
-
-
-
Method Detail
-
getInstance
public static ApiTestManager getInstance()
-
getActionHandler
public AbstractApiActionHandler getActionHandler(String appName, String targetServerName)
- 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
-
-