Liferay 7.0-ce-m2

com.liferay.portal.verify
Class BaseVerifyTestCase

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

public abstract class BaseVerifyTestCase
extends Object


Constructor Summary
BaseVerifyTestCase()
           
 
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

BaseVerifyTestCase

public BaseVerifyTestCase()
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-m2