public interface FakeService
TestServiceInterface/GenericTestService in KSB moduleFakeServiceImpl,
TestServiceInterface| 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
|
List<FakeServiceImpl.Invocation> getInvocations()
void method1(Object arg1, Object arg2)
arg1 - doesn't matterarg2 - doesn't matterCopyright © 2005–2016 The Kuali Foundation. All rights reserved.