Uses of Interface
lumis.lptf.portal.serviceinterface.IMockServiceInterfaceRequest
-
Packages that use IMockServiceInterfaceRequest 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 IMockServiceInterfaceRequest in lumis.lptf.portal.serviceinterface
Subinterfaces of IMockServiceInterfaceRequest in lumis.lptf.portal.serviceinterface Modifier and Type Interface Description interface
IMockServiceInterfaceActionRequest
Interface for aIServiceInterfaceActionRequest
mock object.interface
IMockServiceInterfaceRenderRequest
Interface for aIServiceInterfaceRenderRequest
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IMockServiceInterfaceRequest Modifier and Type Class Description class
MockServiceInterfaceActionRequest
Implementation for IMockServiceInterfaceActionRequest interface.class
MockServiceInterfaceRenderRequest
Implementation for IMockServiceInterfaceRenderRequest interface.Methods in lumis.lptf.portal.serviceinterface that return IMockServiceInterfaceRequest Modifier and Type Method Description IMockServiceInterfaceRequest
IRequestCycle. getRequest()
Returns the request used when processing this request cycle.abstract IMockServiceInterfaceRequest
RequestCycle. getRequest()
Return the request used when processing this request cycle.
-