org.picocontainer.defaults
Class UserQuestionTestCase.Something

java.lang.Object
  extended by org.picocontainer.defaults.UserQuestionTestCase.Something
All Implemented Interfaces:
UserQuestionTestCase.InterfaceX
Enclosing class:
UserQuestionTestCase

public static class UserQuestionTestCase.Something
extends java.lang.Object
implements UserQuestionTestCase.InterfaceX


Field Summary
private  UserQuestionTestCase.Disabled disabled
           
private  UserQuestionTestCase.Enabled enabled
           
private  java.util.Map map
           
 
Constructor Summary
UserQuestionTestCase.Something(UserQuestionTestCase.Disabled disabled, UserQuestionTestCase.Enabled enabled, java.util.Map map)
           
 
Method Summary
 java.lang.String getIt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disabled

private final UserQuestionTestCase.Disabled disabled

enabled

private final UserQuestionTestCase.Enabled enabled

map

private final java.util.Map map
Constructor Detail

UserQuestionTestCase.Something

public UserQuestionTestCase.Something(UserQuestionTestCase.Disabled disabled,
                                      UserQuestionTestCase.Enabled enabled,
                                      java.util.Map map)
Method Detail

getIt

public java.lang.String getIt()
Specified by:
getIt in interface UserQuestionTestCase.InterfaceX