Uses of Interface
lumis.lptf.portal.serviceinterface.IActionRequestCycle
-
Packages that use IActionRequestCycle Package Description lumis.lptf.doui.serviceinterface This package contains the the test base class useful to perform tests on Doui service interfaces.lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces. -
-
Uses of IActionRequestCycle in lumis.lptf.doui.serviceinterface
Subinterfaces of IActionRequestCycle in lumis.lptf.doui.serviceinterface Modifier and Type Interface Description interface
IDouiActionRequestCycle
Interface for Doui action request cycle. -
Uses of IActionRequestCycle in lumis.lptf.portal.serviceinterface
Classes in lumis.lptf.portal.serviceinterface that implement IActionRequestCycle Modifier and Type Class Description class
ActionRequestCycle
Represents the action request cycle - containing mocks for request and response and process actions.Fields in lumis.lptf.portal.serviceinterface declared as IActionRequestCycle Modifier and Type Field Description protected IActionRequestCycle
ServiceInterfaceTestCase. actionRequestCycle
Instance of IActionRequestCycle used to get request and response mocks for processAction method.Methods in lumis.lptf.portal.serviceinterface that return IActionRequestCycle Modifier and Type Method Description IActionRequestCycle
RequestCycleFactory. createActionRequestCycle(ServiceInterfaceInstanceConfig siic)
Create a action request cycle instance given a ServiceInterfaceInstanceConfig instance.
-