org.picocontainer.behaviors
Class CachedTestCase
java.lang.Object
org.picocontainer.behaviors.CachedTestCase
public class CachedTestCase
- extends java.lang.Object
- Author:
- Mauro Talevi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedTestCase
public CachedTestCase()
testComponentIsNotStartedWhenCachedAndCanBeStarted
public void testComponentIsNotStartedWhenCachedAndCanBeStarted()
testComponentCanBeStartedAgainAfterBeingStopped
public void testComponentCanBeStartedAgainAfterBeingStopped()
testComponentCannotBeStartedIfDisposed
public void testComponentCannotBeStartedIfDisposed()
testComponentDisposedEffectivelyIgnoredIfNotInstantiated
public void testComponentDisposedEffectivelyIgnoredIfNotInstantiated()
throws java.lang.NoSuchFieldException,
java.lang.IllegalAccessException
- Throws:
java.lang.NoSuchFieldException
java.lang.IllegalAccessException
testComponentCannotBeStartedIfAlreadyStarted
public void testComponentCannotBeStartedIfAlreadyStarted()
testComponentCannotBeStoppedIfDisposed
public void testComponentCannotBeStoppedIfDisposed()
testComponentCannotBeStoppedIfNotInstantiated
public void testComponentCannotBeStoppedIfNotInstantiated()
testComponentCannotBeStoppedIfNotStarted
public void testComponentCannotBeStoppedIfNotStarted()
testComponentCannotBeDisposedIfAlreadyDisposed
public void testComponentCannotBeDisposedIfAlreadyDisposed()
testComponentIsStoppedAndDisposedIfStartedWhenFlushed
public void testComponentIsStoppedAndDisposedIfStartedWhenFlushed()
testComponentIsNotStoppedAndDisposedWhenFlushedIfNotStarted
public void testComponentIsNotStoppedAndDisposedWhenFlushedIfNotStarted()
testComponentIsNotStoppedAndDisposedWhenFlushedIfDelegateDoesNotSupportLifecycle
public void testComponentIsNotStoppedAndDisposedWhenFlushedIfDelegateDoesNotSupportLifecycle()
testLifecycleIsIgnoredIfDelegateDoesNotSupportIt
public void testLifecycleIsIgnoredIfDelegateDoesNotSupportIt()
testCanStopAComponentThatWasNeverStartedBecauseItHasNoLifecycle
public void testCanStopAComponentThatWasNeverStartedBecauseItHasNoLifecycle()
Copyright © 2003-2011 Codehaus. All Rights Reserved.