Liferay 7.0-ga1 portal-test-integration

com.liferay.portal.test.rule.callback
Class SybaseDumpTransactionLogTestCallback

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Void,Void>
      extended by com.liferay.portal.test.rule.callback.SybaseDumpTransactionLogTestCallback
All Implemented Interfaces:
com.liferay.portal.kernel.test.rule.callback.TestCallback<Void,Void>

public class SybaseDumpTransactionLogTestCallback
extends com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Void,Void>


Field Summary
static SybaseDumpTransactionLogTestCallback INSTANCE
           
 
Method Summary
 Void beforeClass(org.junit.runner.Description description)
           
 Void beforeMethod(org.junit.runner.Description description, Object target)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback
afterClass, afterMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SybaseDumpTransactionLogTestCallback INSTANCE
Method Detail

beforeClass

public Void beforeClass(org.junit.runner.Description description)
                 throws SQLException
Specified by:
beforeClass in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<Void,Void>
Overrides:
beforeClass in class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Void,Void>
Throws:
SQLException

beforeMethod

public Void beforeMethod(org.junit.runner.Description description,
                         Object target)
                  throws SQLException
Specified by:
beforeMethod in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<Void,Void>
Overrides:
beforeMethod in class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Void,Void>
Throws:
SQLException

Liferay 7.0-ga1 portal-test-integration