org.picocontainer.behaviors
Class InterceptingTestCase.FooImpl

java.lang.Object
  extended by org.picocontainer.behaviors.InterceptingTestCase.FooImpl
All Implemented Interfaces:
InterceptingTestCase.Foo
Enclosing class:
InterceptingTestCase

public static class InterceptingTestCase.FooImpl
extends Object
implements InterceptingTestCase.Foo


Constructor Summary
InterceptingTestCase.FooImpl(StringBuilder sb)
           
 
Method Summary
 void one()
           
 String two(String a, int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptingTestCase.FooImpl

public InterceptingTestCase.FooImpl(StringBuilder sb)
Method Detail

one

public void one()
Specified by:
one in interface InterceptingTestCase.Foo

two

public String two(String a,
                  int b)
Specified by:
two in interface InterceptingTestCase.Foo


Copyright © 2003-2007 Codehaus. All Rights Reserved.