org.picocontainer.behaviors
Class OptInCachingTestCase
java.lang.Object
org.picocontainer.tck.AbstractComponentFactoryTest
org.picocontainer.behaviors.OptInCachingTestCase
public class OptInCachingTestCase
- extends AbstractComponentFactoryTest
- Author:
- rafal@caltha.pl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptInCachingTestCase
public OptInCachingTestCase()
createComponentFactory
protected ComponentFactory createComponentFactory()
- Specified by:
createComponentFactory
in class AbstractComponentFactoryTest
testAddComponentDoesNotUseCachingBehaviorByDefault
public void testAddComponentDoesNotUseCachingBehaviorByDefault()
testAddComponentUsesOptinBehaviorWithRedundantCacheProperty
public void testAddComponentUsesOptinBehaviorWithRedundantCacheProperty()
testAddComponentNoesNotUseOptinBehaviorWhenNoCachePropertyIsSpecified
public void testAddComponentNoesNotUseOptinBehaviorWhenNoCachePropertyIsSpecified()
testAddAdapterUsesDoesNotUseCachingBehaviorByDefault
public void testAddAdapterUsesDoesNotUseCachingBehaviorByDefault()
testAddAdapterUsesCachingBehaviorWithHideImplProperty
public void testAddAdapterUsesCachingBehaviorWithHideImplProperty()
testAddAdapterNoesNotUseImplementationHidingBehaviorWhenNoCachePropertyIsSpecified
public void testAddAdapterNoesNotUseImplementationHidingBehaviorWhenNoCachePropertyIsSpecified()
Copyright © 2003-2010 Codehaus. All Rights Reserved.