Uses of Class
org.wso2.am.integration.test.impl.RestAPIStoreImpl
Packages that use RestAPIStoreImpl
-
Uses of RestAPIStoreImpl in org.wso2.am.integration.test.impl
Constructors in org.wso2.am.integration.test.impl with parameters of type RestAPIStoreImplModifierConstructorDescriptionApiProductTestHelper(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 RestAPIStoreImplMethods in org.wso2.am.integration.test.utils.base that return RestAPIStoreImplModifier and TypeMethodDescriptionprotected 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 RestAPIStoreImplModifier and TypeMethodDescriptionprotected 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