Uses of Class
org.wso2.am.integration.test.impl.RestAPIStoreImpl
-
Packages that use RestAPIStoreImpl Package Description org.wso2.am.integration.test.impl org.wso2.am.integration.test.utils.base -
-
Uses of RestAPIStoreImpl in org.wso2.am.integration.test.impl
Constructors in org.wso2.am.integration.test.impl with parameters of type RestAPIStoreImpl 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 RestAPIStoreImpl in org.wso2.am.integration.test.utils.base
Fields in org.wso2.am.integration.test.utils.base declared as RestAPIStoreImpl Modifier and Type Field Description protected RestAPIStoreImplAPIMIntegrationBaseTest. restAPIStoreMethods in org.wso2.am.integration.test.utils.base that return RestAPIStoreImpl Modifier and Type Method Description protected RestAPIStoreImplAPIMIntegrationBaseTest. getRestAPIStoreForAnonymousUser(String tenantDomain)protected RestAPIStoreImplAPIMIntegrationBaseTest. getRestAPIStoreForUser(String user, String pass, String tenantDomain)Methods in org.wso2.am.integration.test.utils.base with parameters of type RestAPIStoreImpl Modifier and Type Method Description protected APIDTOAPIManagerLifecycleBaseTest. createPublishAndSubscribeToAPI(org.wso2.carbon.apimgt.api.model.APIIdentifier apiIdentifier, APICreationRequestBean apiCreationRequestBean, RestAPIPublisherImpl publisherRestClient, RestAPIStoreImpl storeRestClient, String applicationID, String tier)protected StringAPIManagerLifecycleBaseTest. createPublishAndSubscribeToAPIUsingRest(APIRequest apiRequest, RestAPIPublisherImpl publisherRestClient, RestAPIStoreImpl storeRestClient, String applicationId, String tier)Create publish and subscribe a API using REST API.protected SubscriptionDTOAPIManagerLifecycleBaseTest. subscribeToAPI(String apiID, String applicationID, String tier, RestAPIStoreImpl storeRestClient)protected org.wso2.carbon.automation.test.utils.http.client.HttpResponseAPIManagerLifecycleBaseTest. subscribeToAPIUsingRest(String apiId, String applicationId, String tier, RestAPIStoreImpl storeRestClient)Subscribe a API
-