public static class InterceptingTestCase.Englishman extends Object implements InterceptingTestCase.Person
InterceptingTestCase.Person.nullobject
Constructor and Description |
---|
Englishman(StringBuilder sb) |
Modifier and Type | Method and Description |
---|---|
String |
greeting() |
String |
parting(String who) |
void |
sleep(int howLong) |
public Englishman(StringBuilder sb)
public String greeting()
greeting
in interface InterceptingTestCase.Person
public String parting(String who)
parting
in interface InterceptingTestCase.Person
public void sleep(int howLong)
sleep
in interface InterceptingTestCase.Person
Copyright © 2003–2015 Codehaus. All rights reserved.