public class AbstractBaseManagerTest extends Object implements CacheListener<TestPersistent>
Constructor and Description |
---|
AbstractBaseManagerTest() |
Modifier and Type | Method and Description |
---|---|
void |
addedObject(TestPersistent om) |
List<Column> |
getInterestedFields() |
static void |
initTorque() |
void |
refreshedObject(TestPersistent om) |
void |
removedObject(TestPersistent om) |
void |
setUp() |
static void |
shutdownTorque() |
void |
tearDown() |
void |
testCacheGet() |
void |
testClearImpl() |
void |
testGetMethodResultCache() |
void |
testGetOMInstance() |
void |
testGetOMInstanceObjectKey() |
void |
testGetOMInstanceObjectKeyBoolean() |
void |
testListeners() |
void |
testPutInstanceImplSerializableT() |
void |
testRemoveInstanceImpl() |
@BeforeAll public static void initTorque()
@AfterAll public static void shutdownTorque()
public void addedObject(TestPersistent om)
addedObject
in interface CacheListener<TestPersistent>
public void refreshedObject(TestPersistent om)
refreshedObject
in interface CacheListener<TestPersistent>
public void removedObject(TestPersistent om)
removedObject
in interface CacheListener<TestPersistent>
public List<Column> getInterestedFields()
getInterestedFields
in interface CacheListener<TestPersistent>
@Test public void testGetOMInstance() throws TorqueException
TorqueException
@Test public void testGetOMInstanceObjectKey() throws TorqueException
TorqueException
@Test public void testGetOMInstanceObjectKeyBoolean() throws TorqueException
TorqueException
@Test public void testCacheGet() throws TorqueException
TorqueException
@Test public void testClearImpl() throws TorqueException
TorqueException
@Test public void testRemoveInstanceImpl() throws TorqueException
TorqueException
@Test public void testPutInstanceImplSerializableT() throws TorqueException
TorqueException
@Test public void testGetMethodResultCache()
@Test public void testListeners()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.