public static class InterceptingTestCase.Person.nullobject extends Object implements InterceptingTestCase.Person
InterceptingTestCase.Person.nullobject
Constructor and Description |
---|
nullobject() |
Modifier and Type | Method and Description |
---|---|
String |
greeting() |
String |
parting(String who) |
void |
sleep(int howLong) |
public nullobject()
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–2016 Codehaus. All rights reserved.