Liferay 7.0-ce-b4

com.liferay.portal.verify.test
Class BaseVerifyProcessTestCase

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

public abstract class BaseVerifyProcessTestCase
extends Object


Constructor Summary
BaseVerifyProcessTestCase()
           
 
Method Summary
protected  void doVerify()
           
protected abstract  VerifyProcess getVerifyProcess()
           
 void setUp()
           
 void tearDown()
           
 void testVerify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseVerifyProcessTestCase

public BaseVerifyProcessTestCase()
Method Detail

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 VerifyException
Throws:
VerifyException

getVerifyProcess

protected abstract VerifyProcess getVerifyProcess()

Liferay 7.0-ce-b4