org.picocontainer.defaults
Class UserQuestionTestCase.NeedsFoo

java.lang.Object
  extended by org.picocontainer.defaults.UserQuestionTestCase.NeedsFoo
Enclosing class:
UserQuestionTestCase

public static class UserQuestionTestCase.NeedsFoo
extends java.lang.Object


Field Summary
private  UserQuestionTestCase.Foo foo
           
 
Constructor Summary
UserQuestionTestCase.NeedsFoo(UserQuestionTestCase.Foo foo)
           
 
Method Summary
 UserQuestionTestCase.Foo getFoo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foo

private final UserQuestionTestCase.Foo foo
Constructor Detail

UserQuestionTestCase.NeedsFoo

public UserQuestionTestCase.NeedsFoo(UserQuestionTestCase.Foo foo)
Method Detail

getFoo

public UserQuestionTestCase.Foo getFoo()