org.picocontainer.injectors
Class ReinjectionTestCase.NeedsShoe

java.lang.Object
  extended by org.picocontainer.injectors.ReinjectionTestCase.NeedsShoe
All Implemented Interfaces:
ReinjectionTestCase.INeedsShoe
Enclosing class:
ReinjectionTestCase

public static class ReinjectionTestCase.NeedsShoe
extends Object
implements ReinjectionTestCase.INeedsShoe


Nested Class Summary
static class ReinjectionTestCase.NeedsShoe.M
           
 
Constructor Summary
ReinjectionTestCase.NeedsShoe(ReinjectionTestCase.Shoe bar)
           
 
Method Summary
 int doInt(int s)
           
 int doIt(String s)
           
 Object getBar()
           
 Object getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReinjectionTestCase.NeedsShoe

public ReinjectionTestCase.NeedsShoe(ReinjectionTestCase.Shoe bar)
Method Detail

doIt

public int doIt(String s)
Specified by:
doIt in interface ReinjectionTestCase.INeedsShoe

doInt

public int doInt(int s)

getBar

public Object getBar()
Specified by:
getBar in interface ReinjectionTestCase.INeedsShoe

getString

public Object getString()
Specified by:
getString in interface ReinjectionTestCase.INeedsShoe


Copyright © 2003-2010 Codehaus. All Rights Reserved.