Class ScriptManagementConfigurationTestRule

java.lang.Object
com.liferay.portal.kernel.test.rule.AbstractTestRule<C,Void>
com.liferay.portal.kernel.test.rule.ClassTestRule<Void>
com.liferay.portal.security.script.management.test.rule.ScriptManagementConfigurationTestRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class ScriptManagementConfigurationTestRule extends com.liferay.portal.kernel.test.rule.ClassTestRule<Void>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    afterClass(org.junit.runner.Description description, Void unused)
     
    protected Void
    beforeClass(org.junit.runner.Description description)
     

    Methods inherited from class com.liferay.portal.kernel.test.rule.ClassTestRule

    afterMethod, beforeMethod, createMethodStatement

    Methods inherited from class com.liferay.portal.kernel.test.rule.AbstractTestRule

    apply, createClassStatement

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • afterClass

      protected void afterClass(org.junit.runner.Description description, Void unused) throws Throwable
      Specified by:
      afterClass in class com.liferay.portal.kernel.test.rule.AbstractTestRule<Void,Void>
      Throws:
      Throwable
    • beforeClass

      protected Void beforeClass(org.junit.runner.Description description) throws Throwable
      Specified by:
      beforeClass in class com.liferay.portal.kernel.test.rule.AbstractTestRule<Void,Void>
      Throws:
      Throwable