com.atlassian.plugins.rest.common.transaction
Class TransactionInterceptorTest

java.lang.Object
  extended by com.atlassian.plugins.rest.common.transaction.TransactionInterceptorTest

public class TransactionInterceptorTest
extends java.lang.Object


Constructor Summary
TransactionInterceptorTest()
           
 
Method Summary
 void setUp()
           
 void testExecute()
           
 void testExecuteThrowIllegalAccessException()
           
 void testExecuteThrowInvocationTargetException()
           
 void testExecuteThrowRuntimeException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInterceptorTest

public TransactionInterceptorTest()
Method Detail

setUp

public void setUp()

testExecute

public void testExecute()
                 throws java.lang.IllegalAccessException,
                        java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

testExecuteThrowRuntimeException

public void testExecuteThrowRuntimeException()
                                      throws java.lang.IllegalAccessException,
                                             java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

testExecuteThrowIllegalAccessException

public void testExecuteThrowIllegalAccessException()
                                            throws java.lang.IllegalAccessException,
                                                   java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

testExecuteThrowInvocationTargetException

public void testExecuteThrowInvocationTargetException()
                                               throws java.lang.IllegalAccessException,
                                                      java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException


Copyright © 2014 Atlassian. All Rights Reserved.