org.picocontainer.behaviors
Class SynchronizedTestCase
java.lang.Object
org.picocontainer.behaviors.SynchronizedTestCase
- Direct Known Subclasses:
- LockedTestCase
public class SynchronizedTestCase
- extends Object
- Author:
- Thomas Heller, Aslak Hellesøy, Jörg Schaible
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronizedTestCase
public SynchronizedTestCase()
testRaceConditionIsHandledBySynchronizedComponentAdapter
public void testRaceConditionIsHandledBySynchronizedComponentAdapter()
throws InterruptedException
- Throws:
InterruptedException
makeComponentAdapter
protected ComponentAdapter makeComponentAdapter(ComponentAdapter componentAdapter)
testRaceConditionIsNotHandledWithoutSynchronizedComponentAdapter
public void testRaceConditionIsNotHandledWithoutSynchronizedComponentAdapter()
throws InterruptedException
- Throws:
InterruptedException
THIS_NATURALLY_FAILS_testSingletonCreationRace
public void THIS_NATURALLY_FAILS_testSingletonCreationRace()
throws InterruptedException
- Throws:
InterruptedException
THIS_NATURALLY_FAILS_testSingletonCreationWithSynchronizedAdapter
public void THIS_NATURALLY_FAILS_testSingletonCreationWithSynchronizedAdapter()
throws InterruptedException
- Throws:
InterruptedException
testSingletonCreationWithSynchronizedAdapterAndDoubleLocking
public void testSingletonCreationWithSynchronizedAdapterAndDoubleLocking()
throws InterruptedException
- Throws:
InterruptedException
testSingletonCreationWithSynchronizedAdapterOutside
public void testSingletonCreationWithSynchronizedAdapterOutside()
throws InterruptedException
- Throws:
InterruptedException
testSingletonCreationWithSynchronizedAdapterOutsideUsingFactory
public void testSingletonCreationWithSynchronizedAdapterOutsideUsingFactory()
throws InterruptedException
- Throws:
InterruptedException
makeBehaviorFactory
protected BehaviorFactory makeBehaviorFactory()
Copyright © 2003-2010 Codehaus. All Rights Reserved.