Liferay 7.0-ce-b4

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:
TestCallback<Void,Void>

public class SybaseDumpTransactionLogTestCallback
extends BaseTestCallback<Void,Void>


Field Summary
static SybaseDumpTransactionLogTestCallback INSTANCE
           
 
Method Summary
 Void beforeClass(org.junit.runner.Description description)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback
afterClass, afterMethod, beforeMethod
 
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 TestCallback<Void,Void>
Overrides:
beforeClass in class BaseTestCallback<Void,Void>
Throws:
SQLException

Liferay 7.0-ce-b4