org.picocontainer.defaults
Class SynchronizedComponentAdapterTestCase.Runner

java.lang.Object
  extended by org.picocontainer.defaults.SynchronizedComponentAdapterTestCase.Runner
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SynchronizedComponentAdapterTestCase

 class SynchronizedComponentAdapterTestCase.Runner
extends java.lang.Object
implements java.lang.Runnable


Field Summary
 SynchronizedComponentAdapterTestCase.Blocker blocker
           
 java.lang.RuntimeException exception
           
private  org.picocontainer.PicoContainer pico
           
 
Constructor Summary
SynchronizedComponentAdapterTestCase.Runner(org.picocontainer.PicoContainer pico)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

public java.lang.RuntimeException exception

blocker

public SynchronizedComponentAdapterTestCase.Blocker blocker

pico

private org.picocontainer.PicoContainer pico
Constructor Detail

SynchronizedComponentAdapterTestCase.Runner

public SynchronizedComponentAdapterTestCase.Runner(org.picocontainer.PicoContainer pico)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable