org.picocontainer.behaviors
Class LockedTestCase

java.lang.Object
  extended by org.picocontainer.behaviors.SynchronizedTestCase
      extended by org.picocontainer.behaviors.LockedTestCase

public final class LockedTestCase
extends SynchronizedTestCase

Author:
Paul Hammant

Nested Class Summary
 
Nested classes/interfaces inherited from class org.picocontainer.behaviors.SynchronizedTestCase
SynchronizedTestCase.Blocker, SynchronizedTestCase.SlowCtor
 
Constructor Summary
LockedTestCase()
           
 
Method Summary
protected  BehaviorFactory makeBehaviorFactory()
           
protected  ComponentAdapter makeComponentAdapter(ComponentAdapter componentAdapter)
           
 
Methods inherited from class org.picocontainer.behaviors.SynchronizedTestCase
testRaceConditionIsHandledBySynchronizedComponentAdapter, testRaceConditionIsNotHandledWithoutSynchronizedComponentAdapter, testSingletonCreationWithSynchronizedAdapterAndDoubleLocking, testSingletonCreationWithSynchronizedAdapterOutside, testSingletonCreationWithSynchronizedAdapterOutsideUsingFactory, THIS_NATURALLY_FAILS_testSingletonCreationRace, THIS_NATURALLY_FAILS_testSingletonCreationWithSynchronizedAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockedTestCase

public LockedTestCase()
Method Detail

makeComponentAdapter

protected ComponentAdapter makeComponentAdapter(ComponentAdapter componentAdapter)
Overrides:
makeComponentAdapter in class SynchronizedTestCase

makeBehaviorFactory

protected BehaviorFactory makeBehaviorFactory()
Overrides:
makeBehaviorFactory in class SynchronizedTestCase


Copyright © 2003-2010 Codehaus. All Rights Reserved.