Search in sources :

Example 6 with RedisCaches

use of com.microsoft.azure.management.redis.RedisCaches in project azure-tools-for-java by Microsoft.

the class RedisCacheCreatorTest method setUp.

@Before
public void setUp() throws Exception {
    RedisCaches redisCaches = mock(RedisCaches.class);
    redisCacheCreator = new RedisCacheCreator(redisCaches, DNS_NAME, REGION_NAME, GROUP_NAME);
    creatorMap = redisCacheCreator.CreatorMap();
}
Also used : RedisCaches(com.microsoft.azure.management.redis.RedisCaches) Before(org.junit.Before)

Aggregations

RedisCaches (com.microsoft.azure.management.redis.RedisCaches)6 Azure (com.microsoft.azure.management.Azure)3 HashMap (java.util.HashMap)2 RedisCache (com.microsoft.azure.management.redis.RedisCache)1 Subscription (com.microsoft.azure.toolkit.lib.common.model.Subscription)1 NodeContent (com.microsoft.azuretools.core.mvp.ui.base.NodeContent)1 Before (cucumber.api.java.Before)1 ArrayList (java.util.ArrayList)1 Before (org.junit.Before)1