Uses of Class
org.wso2.am.integration.test.impl.RestAPIPublisherImpl
-
Packages that use RestAPIPublisherImpl Package Description org.wso2.am.integration.test.impl org.wso2.am.integration.test.utils.base -
-
Uses of RestAPIPublisherImpl in org.wso2.am.integration.test.impl
Constructors in org.wso2.am.integration.test.impl with parameters of type RestAPIPublisherImpl Constructor Description ApiProductTestHelper(RestAPIPublisherImpl restAPIPublisher, RestAPIStoreImpl restAPIStore)ApiTestHelper(RestAPIPublisherImpl restAPIPublisher, RestAPIStoreImpl restAPIStore, String resourceLocation, String tenantDomain, String keyManagerUrl, org.wso2.carbon.automation.engine.context.beans.User user) -
Uses of RestAPIPublisherImpl in org.wso2.am.integration.test.utils.base
Fields in org.wso2.am.integration.test.utils.base declared as RestAPIPublisherImpl Modifier and Type Field Description protected RestAPIPublisherImplAPIMIntegrationBaseTest. restAPIPublisherMethods in org.wso2.am.integration.test.utils.base that return RestAPIPublisherImpl Modifier and Type Method Description protected RestAPIPublisherImplAPIMIntegrationBaseTest. getRestAPIPublisherForUser(String user, String pass, String tenantDomain)Methods in org.wso2.am.integration.test.utils.base with parameters of type RestAPIPublisherImpl Modifier and Type Method Description protected StringAPIMIntegrationBaseTest. createAPIProductRevisionAndDeployUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher)Create API Product Revision and Deploy to gateway using REST API.protected StringAPIMIntegrationBaseTest. createAPIRevisionAndDeployUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher)Create API Revision and Deploy to gateway using REST API.protected StringAPIMIntegrationBaseTest. undeployAndDeleteAPIProductRevisionsUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher)Undeploy and Delete API Product Revisions using REST API.protected StringAPIMIntegrationBaseTest. undeployAndDeleteAPIRevisionsUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher)Undeploy and Delete API Revisions using REST API.
-