org.picocontainer.behaviors
Class InterceptingTestCase

java.lang.Object
  extended by org.picocontainer.behaviors.InterceptingTestCase

public class InterceptingTestCase
extends Object


Nested Class Summary
static interface InterceptingTestCase.Foo
           
static class InterceptingTestCase.FooImpl
           
 
Constructor Summary
InterceptingTestCase()
           
 
Method Summary
 void testNothingHappensIfNoPreOrPost()
           
 void testOverrideOfReturnValue()
           
 void testPreAndPostObservation()
           
 void testPreCanBlockInvocationWithAlternateReturnValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptingTestCase

public InterceptingTestCase()
Method Detail

testPreAndPostObservation

public void testPreAndPostObservation()

testPreCanBlockInvocationWithAlternateReturnValue

public void testPreCanBlockInvocationWithAlternateReturnValue()

testOverrideOfReturnValue

public void testOverrideOfReturnValue()

testNothingHappensIfNoPreOrPost

public void testNothingHappensIfNoPreOrPost()


Copyright © 2003-2008 Codehaus. All Rights Reserved.