org.picocontainer.lifecycle
Class StartableLifecycleStrategyTestCase

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

public class StartableLifecycleStrategyTestCase
extends Object

Author:
Mauro Talevi

Nested Class Summary
static class StartableLifecycleStrategyTestCase.NonStartable
           
static class StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent2
           
static class StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent3
           
 
Constructor Summary
StartableLifecycleStrategyTestCase()
           
 
Method Summary
 void setUp()
           
 void testDisposable()
           
 void testLateAdditionofStartableAlsoStarted()
           
 void testMixOfThirdPartyAndBuiltInStartableAndDisposable()
           
 void testSerializable()
           
 void testStartable()
           
 void testThirdPartyStartableAndDisposable()
           
 void testThirdPartyStartableCanNoteLifecycleException()
           
 void testThirdPartyStartableCanNoteLifecycleRuntimeException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartableLifecycleStrategyTestCase

public StartableLifecycleStrategyTestCase()
Method Detail

setUp

public void setUp()

testStartable

public void testStartable()

testDisposable

public void testDisposable()

testSerializable

public void testSerializable()

testThirdPartyStartableAndDisposable

public void testThirdPartyStartableAndDisposable()

testLateAdditionofStartableAlsoStarted

public void testLateAdditionofStartableAlsoStarted()

testMixOfThirdPartyAndBuiltInStartableAndDisposable

public void testMixOfThirdPartyAndBuiltInStartableAndDisposable()

testThirdPartyStartableCanNoteLifecycleRuntimeException

public void testThirdPartyStartableCanNoteLifecycleRuntimeException()

testThirdPartyStartableCanNoteLifecycleException

public void testThirdPartyStartableCanNoteLifecycleException()


Copyright © 2003-2010 Codehaus. All Rights Reserved.