Package lumis.lptf.doui.serviceinterface
Class DouiServiceInterfaceTestCase
- java.lang.Object
-
- lumis.lptf.portal.serviceinterface.ServiceInterfaceTestCase
-
- lumis.lptf.doui.serviceinterface.DouiServiceInterfaceTestCase
-
@StableMinor(version="14.0", sinceVersion="5.6") public abstract class DouiServiceInterfaceTestCase extends ServiceInterfaceTestCase
Generic test case for Doui Service Interfaces.- Since:
- 5.6.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Field Summary
Fields Modifier and Type Field Description protected IDouiActionRequestCycle
douiActionCycle
Instance of IDouiActionRequestCycle type used to run the process action cycle.protected IDouiRenderRequestCycle
douiRenderCycle
Instance of IDouiRenderRequestCycle type used to run the render cycle.-
Fields inherited from class lumis.lptf.portal.serviceinterface.ServiceInterfaceTestCase
actionRequestCycle, renderRequestCycle, serviceInterfaceInstanceConfig, sessionConfig, structureHelper, transaction
-
-
Constructor Summary
Constructors Constructor Description DouiServiceInterfaceTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initRequestCycles()
Create the render request cycle and action request cycle.-
Methods inherited from class lumis.lptf.portal.serviceinterface.ServiceInterfaceTestCase
getServiceId, getServiceInterfaceId, setUp, tearDown
-
-
-
-
Field Detail
-
douiRenderCycle
protected IDouiRenderRequestCycle douiRenderCycle
Instance of IDouiRenderRequestCycle type used to run the render cycle.
-
douiActionCycle
protected IDouiActionRequestCycle douiActionCycle
Instance of IDouiActionRequestCycle type used to run the process action cycle.
-
-
Method Detail
-
initRequestCycles
protected void initRequestCycles()
Description copied from class:ServiceInterfaceTestCase
Create the render request cycle and action request cycle.- Overrides:
initRequestCycles
in classServiceInterfaceTestCase
-
-