org.picocontainer.behaviors
Class InterceptingTestCase

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

public class InterceptingTestCase
extends Object


Nested Class Summary
static class InterceptingTestCase.Englishman
           
static interface InterceptingTestCase.Person
           
 
Constructor Summary
InterceptingTestCase()
           
 
Method Summary
 void testNothingHappensIfNoPreOrPost()
           
 void testOverrideOfReturnValue()
           
 void testPreAndPostObservation()
           
 void testPreAndPostObservationWithParameter()
           
 void testPreCanPreventInvocationWithAlternateReturnValue()
           
 
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()

testPreAndPostObservationWithParameter

public void testPreAndPostObservationWithParameter()

testPreCanPreventInvocationWithAlternateReturnValue

public void testPreCanPreventInvocationWithAlternateReturnValue()

testOverrideOfReturnValue

public void testOverrideOfReturnValue()

testNothingHappensIfNoPreOrPost

public void testNothingHappensIfNoPreOrPost()


Copyright © 2003-2010 Codehaus. All Rights Reserved.