org.picocontainer.tck
Class AbstractPicoContainerTestCase.TestLifecycleComponent

java.lang.Object
  extended by org.picocontainer.tck.AbstractPicoContainerTestCase.TestLifecycleComponent
All Implemented Interfaces:
org.picocontainer.Startable
Enclosing class:
AbstractPicoContainerTestCase

public static class AbstractPicoContainerTestCase.TestLifecycleComponent
extends java.lang.Object
implements org.picocontainer.Startable


Field Summary
 boolean started
           
 
Constructor Summary
AbstractPicoContainerTestCase.TestLifecycleComponent()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

started

public boolean started
Constructor Detail

AbstractPicoContainerTestCase.TestLifecycleComponent

public AbstractPicoContainerTestCase.TestLifecycleComponent()
Method Detail

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable