Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.rule
Class HeapDumpTestRule

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.HeapDumpTestRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class HeapDumpTestRule
extends Object
implements org.junit.rules.TestRule


Field Summary
static HeapDumpTestRule INSTANCE
           
 
Constructor Summary
HeapDumpTestRule(boolean live)
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final HeapDumpTestRule INSTANCE
Constructor Detail

HeapDumpTestRule

public HeapDumpTestRule(boolean live)
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
                                               org.junit.runner.Description description)
Specified by:
apply in interface org.junit.rules.TestRule

Liferay 7.0-ce-b4