Class BaseVerifyProcessTestCase

java.lang.Object
com.liferay.portal.verify.test.util.BaseVerifyProcessTestCase
Direct Known Subclasses:
BaseCompanySettingsVerifyProcessTestCase

public abstract class BaseVerifyProcessTestCase extends Object
  • Constructor Details

    • BaseVerifyProcessTestCase

      public BaseVerifyProcessTestCase()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • testVerify

      public void testVerify() throws Exception
      Throws:
      Exception
    • doVerify

      protected void doVerify() throws com.liferay.portal.verify.VerifyException
      Throws:
      com.liferay.portal.verify.VerifyException
    • getVerifyProcess

      protected abstract com.liferay.portal.verify.VerifyProcess getVerifyProcess()