org.picocontainer.behaviors
Class InterceptingTestCase.Englishman
java.lang.Object
org.picocontainer.behaviors.InterceptingTestCase.Englishman
- All Implemented Interfaces:
- InterceptingTestCase.Person
- Enclosing class:
- InterceptingTestCase
public static class InterceptingTestCase.Englishman
- extends Object
- implements InterceptingTestCase.Person
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptingTestCase.Englishman
public InterceptingTestCase.Englishman(StringBuilder sb)
greeting
public String greeting()
- Specified by:
greeting
in interface InterceptingTestCase.Person
parting
public String parting(String who)
- Specified by:
parting
in interface InterceptingTestCase.Person
sleep
public void sleep(int howLong)
- Specified by:
sleep
in interface InterceptingTestCase.Person
Copyright © 2003-2010 Codehaus. All Rights Reserved.