org.picocontainer.behaviors
Class InterceptingTestCase.Englishman

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

public static class InterceptingTestCase.Englishman
extends Object
implements InterceptingTestCase.Person


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.picocontainer.behaviors.InterceptingTestCase.Person
InterceptingTestCase.Person.nullobject
 
Constructor Summary
InterceptingTestCase.Englishman(StringBuilder sb)
           
 
Method Summary
 String greeting()
           
 String parting(String who)
           
 void sleep(int howLong)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptingTestCase.Englishman

public InterceptingTestCase.Englishman(StringBuilder sb)
Method Detail

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.