public class CompressionRegionConfigDUnitTest extends CacheTestCase
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2| Modifier and Type | Field and Description |
|---|---|
static String |
DISK_STORE
Name of the common disk store used by all tests.
|
static String |
KEY_1
A key.
|
static String |
REGION_NAME
The name of our test region.
|
static String |
VALUE_1
A value.
|
cachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
CompressionRegionConfigDUnitTest(String name)
Creates a new CompressionRegionOperationsDUnitTest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setUp()
Sets up the test (noop).
|
void |
tearDown2()
Tears down the test.
|
void |
testCachingClientProxyRegion()
Sanity check for a caching client and a cache server.
|
void |
testClientProxyRegion()
Sanity check for a non caching client and a cache server.
|
void |
testPartitionedPersistentRegion()
Sanity check for two peers hosting a persistent partitioned region.
|
void |
testPartitionedRegion()
Sanity check for two peers hosting a partitioned region.
|
void |
testReplicatePersistentRegion()
Sanity check for two peers sharing a persisted replicated region.
|
void |
testReplicateRegion()
Sanity check using two peers sharing a replicated region.
|
addExceptionTag1, basicGetCache, beginCacheXml, cleanDiskDirs, closeAllCache, closeCache, createLonerCache, createMcastCache, createMcastCache, createRegion, createRegion, createRootRegion, createRootRegion, disconnectFromDS, finishCacheXml, finishCacheXml, getCache, getCache, getCache, getCache, getClientCache, getDiskDirs, getGemfireCache, getInternalRegionArguments, getRootRegion, getRootRegion, hasCache, remoteTearDown, removeExceptionTag1, sendSerialMessageToAll, sendUnorderedMessageToAlladdExpectedException, addExpectedException, addHydraProperties, attachDebugger, checkBBFlag, cleanupAllVms, clearBBFlag, crashDistributedSystem, crashDistributedSystem, createLogWriter, disconnectAllFromDS, dumpAllStacks, dumpMyThreads, dumpStack, dumpStack, dumpStack, dumpStackTrace, fail, getAllDistributedSystemProperties, getDistributedSystemProperties, getDUnitLocatorAddress, getDUnitLocatorPort, getDUnitLocatorString, getDUnitLogLevel, getIPLiteral, getLogWriter, getLonerSystem, getMcastSystem, getMcastSystem, getRepeatTimeoutMs, getServerHostName, getSystem, getSystem, getTestClass, getTestName, getUniqueName, getVMCount, incBBFlag, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVMRepeatingIfNecessary, invokeInLocator, invokeRepeatingIfNecessary, isConnectedToDS, join, noteTiming, pause, pause, perVMSetUp, realTearDown, setDiskStoreForGateway, setSystem, setTestName, staticPause, tearDown, unregisterAllDataSerializersFromAllVms, unregisterDataSerializerInThisVM, unregisterInstantiatorsInThisVM, waitForBBFlag, waitForCriterion, waitMutexassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic static final String REGION_NAME
public static final String DISK_STORE
public static final String KEY_1
public static final String VALUE_1
public CompressionRegionConfigDUnitTest(String name)
name - a test name.public void setUp()
throws Exception
DistributedTestCasesetUp in class DistributedTestCaseExceptionpublic void tearDown2()
throws Exception
DistributedTestCaseDistributedTestCase.tearDown() method, and should be over ridden in its place.tearDown2 in class CacheTestCaseExceptionpublic void testReplicateRegion()
throws Exception
Exceptionpublic void testReplicatePersistentRegion()
throws Exception
Exceptionpublic void testPartitionedRegion()
public void testPartitionedPersistentRegion()
public void testClientProxyRegion()
public void testCachingClientProxyRegion()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.