public class TXWriterTestCase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.geode.internal.cache.GemFireCacheImpl |
cache |
protected Region<java.lang.String,java.lang.String> |
region |
protected CacheTransactionManager |
txMgr |
Constructor and Description |
---|
TXWriterTestCase() |
Modifier and Type | Method and Description |
---|---|
static void |
afterClass() |
protected void |
createCache() |
void |
setUp() |
void |
tearDown() |
protected org.apache.geode.internal.cache.GemFireCacheImpl cache
protected CacheTransactionManager txMgr
protected Region<java.lang.String,java.lang.String> region
protected void createCache() throws CacheException
CacheException
public void setUp()
public void tearDown()
public static void afterClass()