Liferay 7.0-ga1 portal-test

com.liferay.portal.kernel.test.rule
Class TransactionalTestRule.TransactionalFrameworkMethod

java.lang.Object
  extended by org.junit.runners.model.FrameworkMember<org.junit.runners.model.FrameworkMethod>
      extended by org.junit.runners.model.FrameworkMethod
          extended by com.liferay.portal.kernel.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
protected TransactionalTestRule.TransactionalFrameworkMethod(Method method, com.liferay.portal.kernel.transaction.TransactionConfig transactionConfig)
           
 
Method Summary
 Object 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 Detail

TransactionalTestRule.TransactionalFrameworkMethod

protected TransactionalTestRule.TransactionalFrameworkMethod(Method method,
                                                             com.liferay.portal.kernel.transaction.TransactionConfig transactionConfig)
Method Detail

invokeExplosively

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

Liferay 7.0-ga1 portal-test