public class CacheXml57Test extends CacheXml55Test
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheXml57Test.Expiry1 |
static class |
CacheXml57Test.Expiry2 |
static class |
CacheXml57Test.Expiry3 |
static class |
CacheXml57Test.Expiry4 |
static class |
CacheXml57Test.Expiry5 |
static class |
CacheXml57Test.MyLoadProbe |
CacheXml45Test.MySecondTestCacheListener, CacheXml45Test.MySecondTestTransactionListenerCacheXml30Test.CacheLoaderWithDeclarables, CacheXml30Test.EvictionObjectSizer, CacheXml30Test.ExceptionalCacheListener, CacheXml30Test.MyTestCacheListener, CacheXml30Test.MyTestCacheWriter, CacheXml30Test.MyTestTransactionListener, CacheXml30Test.NotDeclarableCacheListener, CacheXml30Test.TestBridgeClient, CacheXml30Test.TestDeclarable, CacheXml30Test.TestExceptionDistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2xmlPropscachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
CacheXml57Test(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getGemFireVersion()
The version of GemFire tested by this class.
|
void |
testAlreadyExistingPool() |
void |
testBridgeAttributesRelatedToHAOverFlow()
Tests the client subscription attributes (
eviction-policy,
capacity and overflow-directory) related to
client subscription config in gemfire cache-server framework |
void |
testBridgeLoadProbe() |
void |
testCacheServerBindAddress() |
void |
testCacheServerHostnameForClients() |
void |
testCustomEntryXml()
Test both customEntryIdleTime and customEntryTimeToLife
|
void |
testDefaultCacheServerBindAddress() |
void |
testDefaultCacheServerGroups()
Tests the groups subelement on bridge-server.
|
void |
testDefaultConnectionPool() |
void |
testDynamicRegionFactoryConnectionPool() |
void |
testEnableSubscriptionConflationAttribute()
Test EnableSubscriptionConflation region attribute
|
void |
testExplicitConnectionPool() |
void |
testGatewayHubGetByName() |
void |
testGatewayHubManualStart()
Tests the manual-start attribute of gateway-hub element.
|
void |
testLoadPollInterval() |
void |
testNoConnectionPools() |
void |
testOneCacheServerGroups() |
void |
testPreloadDataPolicy() |
void |
testTwoCacheServerGroups() |
void |
testTwoConnectionPools() |
testEmptytestBridgeAttributesRelatedToClientQueuesHA, testBridgeMaxThreads, testMaxOplogSize, testMessageSyncInterval, testPartitionedRegionInstantiation, testPartitionedRegionXML, testRegionMulticastSetViaCacheXml, testRollOplogsgetDistributedSystemProperties, setBridgeAttributes, testDataPolicy, testGatewayHub, testHeapLRUEviction, testMembershipAttributes, testMultipleCacheListener, testMultipleTXListener_testDynamicRegionFactoryCacheWriter, generate, testAddEntriesViaCacheXml, testAddRegionViaCacheXml, testCreateSameRegionTwice, testCreateSameSubregionTwice, testDynamicRegionFactoryDefault, testDynamicRegionFactoryDiskDir, testDynamicRegionFactoryNonDefault, testEnableAsyncConflationAttribute, testEnableBridgeConflationAttribute, testEnableGatewayAttribute, testModifyCacheAttributes, testModifyRegionViaCacheXml, testNamedAttributes, testPublisherAttribute, testRegisteringNamedRegionAttributes, testUnknownNamedAttributestestBridgeServers, testCacheTransactionManager, testConstrainedValues, testIsLockGrantorAttribute, testServer, testTransactionListenerfindFile, setUp, setXmlFile, tearDown2, testAttributesUnordered, testBadFloat, testBadInt, testBadKeyConstraintClass, testBadScope, testBridgeClientAsLoader, testBridgeClientAsWriter, testBridgeClientLoaderOverride, testBridgeClientWriterOverride, testCacheListener, testCacheLoaderWithDeclarables, testCacheWriter, testCallbackNotDeclarable, testCallbackWithException, testConstrainedKeys, testDefaultCache, testDiskDirs, testDiskWriteAttributes, testEntriesInRootRegion, testEvictionLRUEntryAttributes, testEvictionLRUHeapAttributes, testEvictionLRUMemoryAttributes, testExampleCacheXmlFile, testExpirationAttriubutes, testLoaderNotLoader, testMalformed, testNestedRegions, testNonDefaultCache, testNonDefaultRegionAttributes, testNonExistentFile, testOverflowAndBackup, testXml, testXml, testXmlFileIsDirectoryaddExceptionTag1, 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, 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 CacheXml57Test(String name)
protected String getGemFireVersion()
CacheXml30TestgetGemFireVersion in class CacheXml55TestCacheXml.VERSION_3_0public void testDefaultCacheServerGroups()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testOneCacheServerGroups()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testTwoCacheServerGroups()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testDefaultCacheServerBindAddress()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testCacheServerBindAddress()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testCacheServerHostnameForClients()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testExplicitConnectionPool()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testDefaultConnectionPool()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testTwoConnectionPools()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testNoConnectionPools()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testAlreadyExistingPool()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testDynamicRegionFactoryConnectionPool()
throws com.gemstone.gemfire.cache.CacheException,
IOException
com.gemstone.gemfire.cache.CacheExceptionIOExceptionpublic void testGatewayHubManualStart()
throws IOException
IOExceptionpublic void testGatewayHubGetByName()
public void testBridgeAttributesRelatedToHAOverFlow()
throws com.gemstone.gemfire.cache.CacheException
eviction-policy,
capacity and overflow-directory) related to
client subscription config in gemfire cache-server frameworkcom.gemstone.gemfire.cache.CacheExceptionpublic void testBridgeLoadProbe()
public void testLoadPollInterval()
public void testCustomEntryXml()
public void testPreloadDataPolicy()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testEnableSubscriptionConflationAttribute()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.