Liferay 7.0-ga1 portal-test-integration

com.liferay.portal.verify.test
Class BaseCompanySettingsVerifyProcessTestCase

java.lang.Object
  extended by com.liferay.portal.verify.test.BaseVerifyProcessTestCase
      extended by com.liferay.portal.verify.test.BaseCompanySettingsVerifyProcessTestCase

public abstract class BaseCompanySettingsVerifyProcessTestCase
extends BaseVerifyProcessTestCase


Field Summary
protected  com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
           
protected  com.liferay.portal.kernel.util.PrefsProps prefsProps
           
protected  com.liferay.portal.kernel.settings.SettingsFactory settingsFactory
           
 
Constructor Summary
BaseCompanySettingsVerifyProcessTestCase()
           
 
Method Summary
protected  void doVerify()
           
protected abstract  void doVerify(PortletPreferences portletPreferences, com.liferay.portal.kernel.settings.Settings settings)
           
protected  com.liferay.portal.kernel.settings.Settings getSettings(long companyId)
           
protected abstract  String getSettingsId()
           
protected  com.liferay.portal.verify.VerifyProcess getVerifyProcess()
           
protected abstract  String getVerifyProcessName()
           
protected abstract  void populateLegacyProperties(com.liferay.portal.kernel.util.UnicodeProperties properties)
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class com.liferay.portal.verify.test.BaseVerifyProcessTestCase
testVerify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

companyLocalService

protected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService

prefsProps

protected com.liferay.portal.kernel.util.PrefsProps prefsProps

settingsFactory

protected com.liferay.portal.kernel.settings.SettingsFactory settingsFactory
Constructor Detail

BaseCompanySettingsVerifyProcessTestCase

public BaseCompanySettingsVerifyProcessTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class BaseVerifyProcessTestCase
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class BaseVerifyProcessTestCase
Throws:
Exception

doVerify

protected void doVerify()
                 throws com.liferay.portal.verify.VerifyException
Overrides:
doVerify in class BaseVerifyProcessTestCase
Throws:
com.liferay.portal.verify.VerifyException

doVerify

protected abstract void doVerify(PortletPreferences portletPreferences,
                                 com.liferay.portal.kernel.settings.Settings settings)

getSettings

protected com.liferay.portal.kernel.settings.Settings getSettings(long companyId)

getSettingsId

protected abstract String getSettingsId()

getVerifyProcess

protected com.liferay.portal.verify.VerifyProcess getVerifyProcess()
Specified by:
getVerifyProcess in class BaseVerifyProcessTestCase

getVerifyProcessName

protected abstract String getVerifyProcessName()

populateLegacyProperties

protected abstract void populateLegacyProperties(com.liferay.portal.kernel.util.UnicodeProperties properties)

Liferay 7.0-ga1 portal-test-integration