com.liferay.portal.lar.test
Class BasePortletDataHandlerTestCase
java.lang.Object
com.liferay.portal.lar.test.BasePortletDataHandlerTestCase
public abstract class BasePortletDataHandlerTestCase
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
missingReferencesElement
protected Element missingReferencesElement
portletDataContext
protected PortletDataContext portletDataContext
portletDataHandler
protected PortletDataHandler portletDataHandler
portletId
protected String portletId
rootElement
protected Element rootElement
stagingGroup
@DeleteAfterTestRun
protected Group stagingGroup
zipWriter
protected ZipWriter zipWriter
BasePortletDataHandlerTestCase
public BasePortletDataHandlerTestCase()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testPrepareManifestSummary
public void testPrepareManifestSummary()
throws Exception
- Throws:
Exception
addBooleanParameter
protected void addBooleanParameter(Map<String,String[]> parameterMap,
String namespace,
String name,
boolean value)
addParameters
protected void addParameters(Map<String,String[]> parameterMap)
addStagedModels
protected abstract void addStagedModels()
throws Exception
- Throws:
Exception
checkManifestSummary
protected void checkManifestSummary(ManifestSummary expectedManifestSummary)
getEndDate
protected Date getEndDate()
getPortletDataHandler
protected PortletDataHandler getPortletDataHandler(String portletId)
getPortletId
protected abstract String getPortletId()
getStartDate
protected Date getStartDate()
initExport
protected void initExport()
throws Exception
- Throws:
Exception