com.atlassian.plugins.rest.common.filter
Class ExtensionJerseyFilterTest

java.lang.Object
  extended by com.atlassian.plugins.rest.common.filter.ExtensionJerseyFilterTest

public class ExtensionJerseyFilterTest
extends java.lang.Object


Constructor Summary
ExtensionJerseyFilterTest()
           
 
Method Summary
 void setUp()
           
 void testDefaultConstructor()
           
 void testDoNotFilterWhenExcluded()
           
 void testDoNotFilterWhenExtensionNotMatched()
           
 void testDoNotFilterWhenNoExtension()
           
 void testFilterWithoutQueryParameters()
           
 void testFilterWithQueryParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionJerseyFilterTest

public ExtensionJerseyFilterTest()
Method Detail

setUp

public void setUp()

testDefaultConstructor

public void testDefaultConstructor()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testFilterWithoutQueryParameters

public void testFilterWithoutQueryParameters()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

testFilterWithQueryParameters

public void testFilterWithQueryParameters()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testDoNotFilterWhenExtensionNotMatched

public void testDoNotFilterWhenExtensionNotMatched()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testDoNotFilterWhenNoExtension

public void testDoNotFilterWhenNoExtension()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testDoNotFilterWhenExcluded

public void testDoNotFilterWhenExcluded()
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2014 Atlassian. All Rights Reserved.