| |
|
| test.implementation.modelmbean.AttributeCacheTEST
AttributeCacheTEST | public class AttributeCacheTEST extends TestCase implements XMBeanConstants(Code) | | Tests attribute caching and operation mapping for XMBean.
author: Juha Lindfors. version: $Revision: 57200 $ |
testAttributeChangeNotifications | public void testAttributeChangeNotifications() throws Exception(Code) | | Tests attribute change notifications
|
testCachedAttribute | public void testCachedAttribute() throws Exception(Code) | | Tests attribute that caches the value for 10 secs.
This test uses the xmbean.dtd
|
testCachedAttribute2 | public void testCachedAttribute2() throws Exception(Code) | | Tests attribute that caches the value for 1 secs.
This test uses the xmbean.dtd
|
testExplicitDisabledAttributeCaching | public void testExplicitDisabledAttributeCaching() throws Exception(Code) | | Tests that attribute values are not cached if currencyTimeLimit = 0
This test uses the xmbean.dtd
|
testImplicitDisabledAttributeCaching | public void testImplicitDisabledAttributeCaching() throws Exception(Code) | | Tests that attribute values are not cached if nothing is declared in xml.
This test uses the xmbean.dtd
|
testNeverStaleAttributeCaching | public void testNeverStaleAttributeCaching() throws Exception(Code) | | Tests attribute that is never stale (currencyTimeLimit = -1)
This test uses the xmbean.dtd
|
|
|
|