public class CompressionRegionConfigDUnitTest extends CacheTestCase
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DISK_STORE
Name of the common disk store used by all tests.
|
static java.lang.String |
KEY_1
A key.
|
static java.lang.String |
REGION_NAME
The name of our test region.
|
static java.lang.String |
VALUE_1
A value.
|
cachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
CompressionRegionConfigDUnitTest(java.lang.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 java.lang.String REGION_NAME
public static final java.lang.String DISK_STORE
public static final java.lang.String KEY_1
public static final java.lang.String VALUE_1
public CompressionRegionConfigDUnitTest(java.lang.String name)
name - a test name.public void setUp()
throws java.lang.Exception
DistributedTestCasesetUp in class DistributedTestCasejava.lang.Exceptionpublic void tearDown2()
throws java.lang.Exception
DistributedTestCaseDistributedTestCase.tearDown() method, and should be over ridden in its place.tearDown2 in class CacheTestCasejava.lang.Exceptionpublic void testReplicateRegion()
throws java.lang.Exception
java.lang.Exceptionpublic void testReplicatePersistentRegion()
throws java.lang.Exception
java.lang.Exceptionpublic void testPartitionedRegion()
public void testPartitionedPersistentRegion()
public void testClientProxyRegion()
public void testCachingClientProxyRegion()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.