Uses of Interface
lumis.lptf.portal.serviceinterface.IMockServiceInterfaceResponse
-
Packages that use IMockServiceInterfaceResponse Package Description lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces. -
-
Uses of IMockServiceInterfaceResponse in lumis.lptf.portal.serviceinterface
Subinterfaces of IMockServiceInterfaceResponse in lumis.lptf.portal.serviceinterface Modifier and Type Interface Description interface
IMockServiceInterfaceActionResponse
Interface for aIServiceInterfaceActionResponse
mock object.interface
IMockServiceInterfaceRenderResponse
Interface for aIServiceInterfaceRenderResponse
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IMockServiceInterfaceResponse Modifier and Type Class Description class
MockServiceInterfaceActionResponse
Implementation for IMockServiceInterfaceActionResponse interface.class
MockServiceInterfaceRenderResponse
Implementation for IMockServiceInterfaceRenderResponse interface.Methods in lumis.lptf.portal.serviceinterface that return IMockServiceInterfaceResponse Modifier and Type Method Description IMockServiceInterfaceResponse
IRequestCycle. getResponse()
Returns the response used when processing this request cycle.abstract IMockServiceInterfaceResponse
RequestCycle. getResponse()
Return the response used when processing this request cycle.
-