org.picocontainer.lifecycle
Class ReflectionLifecycleStrategyTestCase

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

public class ReflectionLifecycleStrategyTestCase
extends Object

Author:
Paul Hammant, Mauro Talevi, Jörg Schaible

Nested Class Summary
static interface ReflectionLifecycleStrategyTestCase.MyLifecycle
           
 
Constructor Summary
ReflectionLifecycleStrategyTestCase()
           
 
Method Summary
 void setUp()
           
 void testDisposable()
           
 void testMonitorChanges()
           
 void testNotStartableNorDisposable()
           
 void testStartable()
           
 void testStartableBarfingWithError()
           
 void testWithDifferentTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionLifecycleStrategyTestCase

public ReflectionLifecycleStrategyTestCase()
Method Detail

setUp

public void setUp()

testStartable

public void testStartable()

testDisposable

public void testDisposable()

testNotStartableNorDisposable

public void testNotStartableNorDisposable()

testStartableBarfingWithError

public void testStartableBarfingWithError()

testMonitorChanges

public void testMonitorChanges()

testWithDifferentTypes

public void testWithDifferentTypes()


Copyright © 2003-2010 Codehaus. All Rights Reserved.