Class HeapDumpTestRule

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

public class HeapDumpTestRule extends Object implements org.junit.rules.TestRule
Author:
Shuyang Zhou
  • Field Details

  • Constructor Details

    • HeapDumpTestRule

      public HeapDumpTestRule(boolean live)
  • Method Details

    • 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