org.picocontainer.behaviors
Class CachedTestCase
java.lang.Object
org.picocontainer.behaviors.CachedTestCase
public class CachedTestCase
- extends 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()
testComponentCannotBeDisposedIfNotInstantiated
public void testComponentCannotBeDisposedIfNotInstantiated()
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-2009 Codehaus. All Rights Reserved.