org.picocontainer.lifecycle
Class DefaultLifecycleStateTestCase

java.lang.Object
  extended by org.picocontainer.lifecycle.DefaultLifecycleStateTestCase

public class DefaultLifecycleStateTestCase
extends Object

Author:
Michael Rimov

Constructor Summary
DefaultLifecycleStateTestCase()
           
 
Method Summary
 void foo()
           
 void testDisposalWithoutStarting()
           
 void testDisposalWithoutStop()
           
 void testNormalLifecycle()
           
 void testReStartLifecycle()
           
 void testStopWithoutStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLifecycleStateTestCase

public DefaultLifecycleStateTestCase()
Method Detail

foo

public void foo()

testNormalLifecycle

public void testNormalLifecycle()

testReStartLifecycle

public void testReStartLifecycle()

testDisposalWithoutStarting

public void testDisposalWithoutStarting()

testDisposalWithoutStop

public void testDisposalWithoutStop()

testStopWithoutStart

public void testStopWithoutStart()


Copyright © 2003-2010 Codehaus. All Rights Reserved.