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.Personpublic String parting(String who)
parting in interface InterceptingTestCase.Personpublic void sleep(int howLong)
sleep in interface InterceptingTestCase.PersonCopyright © 2003–2016 Codehaus. All rights reserved.