public class FakeServiceImpl extends Object implements FakeService
TestServiceInterface/GenericTestService in KSB moduleFakeService,
GenericTestService| Modifier and Type | Class and Description |
|---|---|
static class |
FakeServiceImpl.Invocation
Record of a method invocation
|
| Constructor and Description |
|---|
FakeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<FakeServiceImpl.Invocation> |
getInvocations() |
void |
method1(Object arg1,
Object arg2)
An arbitrary method
|
Object |
method2(Object arg1)
An arbitrary method
|
public FakeServiceImpl()
public List<FakeServiceImpl.Invocation> getInvocations()
getInvocations in interface FakeServicepublic void method1(Object arg1, Object arg2)
method1 in interface FakeServicearg1 - doesn't matterarg2 - doesn't matterCopyright © 2005–2016 The Kuali Foundation. All rights reserved.