org.kuali.rice.kew.test
Interface FakeService

All Known Implementing Classes:
FakeServiceImpl

public interface FakeService

Interface for a fake service TODO: consider merging with TestServiceInterface/GenericTestService in KSB module

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
FakeServiceImpl, TestServiceInterface

Method Summary
 List<FakeServiceImpl.Invocation> getInvocations()
           
 void method1(Object arg1, Object arg2)
          An arbitrary method
 Object method2(Object arg1)
          An arbitrary method
 

Method Detail

getInvocations

List<FakeServiceImpl.Invocation> getInvocations()
Returns:
the invocations made up to this point

method1

void method1(Object arg1,
             Object arg2)
An arbitrary method

Parameters:
arg1 - doesn't matter
arg2 - doesn't matter

method2

Object method2(Object arg1)
An arbitrary method

Parameters:
arg1 - doesn't matter
Returns:
a Date instance


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.