Package org.apache.torque.manager
Class AbstractBaseManagerTest
java.lang.Object
org.apache.torque.manager.AbstractBaseManagerTest
- All Implemented Interfaces:
CacheListener<TestPersistent>
-
Constructor Details
-
AbstractBaseManagerTest
public AbstractBaseManagerTest()
-
-
Method Details
-
initTorque
@BeforeAll public static void initTorque() -
shutdownTorque
@AfterAll public static void shutdownTorque() -
addedObject
- Specified by:
addedObjectin interfaceCacheListener<TestPersistent>
-
refreshedObject
- Specified by:
refreshedObjectin interfaceCacheListener<TestPersistent>
-
removedObject
- Specified by:
removedObjectin interfaceCacheListener<TestPersistent>
-
getInterestedFields
- Specified by:
getInterestedFieldsin interfaceCacheListener<TestPersistent>
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testGetOMInstance
- Throws:
TorqueException
-
testGetOMInstanceObjectKey
- Throws:
TorqueException
-
testGetOMInstanceObjectKeyBoolean
- Throws:
TorqueException
-
testCacheGet
- Throws:
TorqueException
-
testClearImpl
- Throws:
TorqueException
-
testRemoveInstanceImpl
- Throws:
TorqueException
-
testPutInstanceImplSerializableT
- Throws:
TorqueException
-
testGetMethodResultCache
@Test public void testGetMethodResultCache() -
testListeners
@Test public void testListeners()
-