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();
}
Aggregations