Class | Description |
---|---|
CacheSerializableRunnable |
A helper class that provides the
SerializableRunnable class, but uses a CacheSerializableRunnable.run2()
method instead that throws CacheException . |
CacheTestCase | Deprecated
Please use
CacheTestCase instead. |
CacheXml70DUnitTestHelper | |
CacheXml70DUnitTestHelper.MyAsyncEventListener | |
CacheXmlTestCase | |
CertifiableTestCacheListener | |
ClientServerTestCase |
Provides helper methods for testing clients and servers.
|
ClientServerTestCase.CacheServerCacheLoader | |
MultiVMRegionTestCase |
Abstract superclass of
Region tests that involve more than one VM. |
MyGatewayEventFilter1 | |
MyGatewayEventFilter2 | |
MyGatewayTransportFilter1 | |
MyGatewayTransportFilter2 | |
RegionTestCase |
An abstract class whose test methods test the functionality of a region regardless of its scope.
|
TestCacheCallback |
An abstract superclass of implementation of GemFire cache callbacks that are used for testing.
|
TestCacheListener<K,V> |
A
CacheListener used in testing. |
TestCacheLoader<K,V> |
A
CacheLoader used in testing. |
TestCacheWriter<K,V> |
A
CacheWriter used in testing. |
Exception | Description |
---|---|
CacheSerializableRunnable.CacheSerializableRunnableException |
An exception that wraps a
CacheException |