Class TransactionalTestRule.TransactionalFrameworkMethod

Object
org.junit.runners.model.FrameworkMember<org.junit.runners.model.FrameworkMethod>
org.junit.runners.model.FrameworkMethod
com.liferay.portal.test.rule.TransactionalTestRule.TransactionalFrameworkMethod
All Implemented Interfaces:
org.junit.runners.model.Annotatable
Enclosing class:
TransactionalTestRule

protected static class TransactionalTestRule.TransactionalFrameworkMethod extends org.junit.runners.model.FrameworkMethod
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    TransactionalFrameworkMethod(Method method, com.liferay.portal.kernel.transaction.TransactionConfig transactionConfig, String originBundleSymbolicName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    invokeExplosively(Object target, Object... params)
     

    Methods inherited from class org.junit.runners.model.FrameworkMethod

    equals, getAnnotation, getAnnotations, getDeclaringClass, getMethod, getModifiers, getName, getReturnType, getType, hashCode, isShadowedBy, producesType, toString, validateNoTypeParametersOnArgs, validatePublicVoid, validatePublicVoidNoArg

    Methods inherited from class org.junit.runners.model.FrameworkMember

    isPublic, isStatic

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TransactionalFrameworkMethod

      protected TransactionalFrameworkMethod(Method method, com.liferay.portal.kernel.transaction.TransactionConfig transactionConfig, String originBundleSymbolicName)
  • Method Details

    • invokeExplosively

      public Object invokeExplosively(Object target, Object... params) throws Throwable
      Overrides:
      invokeExplosively in class org.junit.runners.model.FrameworkMethod
      Throws:
      Throwable