Liferay 7.0-ce-m3

com.liferay.portal.verify
Class BaseVerifyProcessTestCase

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

public abstract class BaseVerifyProcessTestCase
extends Object


Constructor Summary
BaseVerifyProcessTestCase()
           
 
Method Summary
protected  void doVerify()
           
protected abstract  com.liferay.portal.verify.VerifyProcess getVerifyProcess()
           
 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

testVerify

public void testVerify()
                throws Exception
Throws:
Exception

doVerify

protected void doVerify()
                 throws Exception
Throws:
Exception

getVerifyProcess

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

Liferay 7.0-ce-m3