com.atlassian.plugins.rest.common.interceptor.impl
Class InterceptorChainBuilderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.plugins.rest.common.interceptor.impl.InterceptorChainBuilderTest
All Implemented Interfaces:
junit.framework.Test

public class InterceptorChainBuilderTest
extends junit.framework.TestCase


Constructor Summary
InterceptorChainBuilderTest()
           
 
Method Summary
 void testClassChain()
           
 void testDefaultChain()
           
 void testMethodChain()
           
 void testPackageChain()
           
 
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptorChainBuilderTest

public InterceptorChainBuilderTest()
Method Detail

testMethodChain

public void testMethodChain()
                     throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testClassChain

public void testClassChain()
                    throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testPackageChain

public void testPackageChain()
                      throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testDefaultChain

public void testDefaultChain()
                      throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException


Copyright © 2014 Atlassian. All Rights Reserved.