| Package | Description |
|---|---|
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheDescription |
CacheHelper.getCacheDescription(String cacheConfig)
Returns the
CacheDescription with the given configuration name
from CachePrms.names. |
CacheDescription |
TestConfig.getCacheDescription(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestConfig.addCacheDescription(CacheDescription cd)
Adds the specified cache description to the test configuration.
|
protected static com.gemstone.gemfire.cache.Cache |
CacheVersionHelper.configureAndCreateCache(String cacheConfig,
CacheDescription cd,
com.gemstone.gemfire.distributed.DistributedSystem ds)
Version-dependent support for configuring a cache factory from the
the given cache configuration and distributed system.
|
protected static void |
CacheVersionHelper.generateDummyResourceManager(CacheDescription cd,
com.gemstone.gemfire.internal.cache.xmlcache.CacheCreation dummyCache)
Version-dependent support for generating a dummy resource manager.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.